std/intsets

  Source   Edit

Specialization of the generic packedsets module (see its documentation for more examples) for ordinal sparse sets.

Procs

proc initIntSet(): IntSet {.inline, ...raises: [], tags: [].}
  Source   Edit
proc toIntSet(x: openArray[int]): IntSet {.inline, ...raises: [], tags: [].}
  Source   Edit