sS littleEndianBitsToString(int data, int nBits) { ret stringFromFunction(nBits, i -> odd(data >> i) ? '1' : '0'); }