static byte[] byteArrayBitSet_new(int n) { ret n == 0 ? null : new byte[toInt(n*8L)]; }