public IBitset Clone() { RoaringBitset x = new RoaringBitset(); x.containers = containers.clone(); return(x); }