Ejemplo n.º 1
0
 protected override IBitset CreateSetFromIndices(int[] indices, int length)
 {
     return(RoaringBitset.Create(indices));
 }