Crate agb_hashmap

source ·
Expand description

A lot of the documentation for this module was copied straight out of the rust standard library. The implementation however is not.

Structs§

Enums§

  • A view into a single entry in a map, which may be vacant or occupied.

Traits§

  • Trait for allocators that are clonable, blanket implementation for all types that implement Allocator and Clone