FastSet.Range

bidirectional range

struct FastSet
static
struct Range {
FastSet* fs;
ptrdiff_t lower;
ptrdiff_t upper;
}

Meta