Expand description

This module contains the Bijection type.

Structs

  • Implements a bijection (one-to-one function) between a set of keys and a set of values. Mapping from key to value and from value to key are both O(1) operations.