Struct HashRange

Forward range struct for iterating over the keys or values of a StackHash or StackSet. The lifetime of this object must not exceed that of the underlying StackHash or StackSet.

struct HashRange(K, S, bool vals = false) ;

Constructors

NameDescription
this

Fields

NameTypeDescription
frontElem K*
index size_t
next S.Node*
set S*
_length size_t

Properties

NameTypeDescription
empty[get] bool
length[get] size_t
save[get] typeof(this)

Methods

NameDescription
popFront