Struct Range

Bidirectional range that iterates over the Set's values.

struct Range(T) ;

Parameters

NameDescription
T Type of the internal hash storage.