static Bits subBits(Bits bits, int i, int j) { ret new Bits(bits.bs.get(i, j), j-i); }