std/intsets

Search:
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: [], forbids: [].}
Source   Edit  
proc toIntSet(x: openArray[int]): IntSet {.inline, ...raises: [], tags: [],
    forbids: [].}
Source   Edit