Module concordium_std::collections[][src]

Modules

A priority queue implemented with a binary heap.

A map based on a B-Tree.

A set based on a B-Tree.

A hash map implemented with quadratic probing and SIMD lookup.

A hash set implemented as a HashMap where the value is ().

A doubly-linked list with owned nodes.

A double-ended queue implemented with a growable ring buffer.

Structs

A map based on a B-Tree.

A set based on a B-Tree.

A priority queue implemented with a binary heap.

A hash map implemented with quadratic probing and SIMD lookup.

A hash set implemented as a HashMap where the value is ().

A doubly-linked list with owned nodes.

The error type for try_reserve methods.

A double-ended queue implemented with a growable ring buffer.

Enums

Details of the allocation that caused a TryReserveError

An endpoint of a range of keys.

Type Definitions

Reexport of the HashMap from hashbrown with the default hasher set to the fnv hash function.

Reexport of the HashSet from hashbrown with the default hasher set to the fnv hash function.