Module collections

Source
Expand description

Abstraction layer over common hash-based containers.

Traits§

MapLike
Represents a generic map-like container with key-value pairs.
SetLike
Represents a generic set-like container with members.