Struct ByKey

Bidirectional range iterating over the key of a HashTable.

struct ByKey(T) ;

Parameters

NameDescription
T Type of the internal hash storage.