sS nBits(long n) { ret n2(n, "bit"); } sS nBits(Cl l) { ret nBits(l(l)); } sS nBits(Map map) { ret nBits(l(map)); }