Struct Range

Bidirectional range whose element type is a tuple of a key and the respective value.

struct Range(T) ;

Parameters

NameDescription
T Type of the internal hash storage.