Module xlang_abi::collection

source ·
Expand description

Implementation of various collections that use the alloc::Allocator trait and that have Stable ABI

Structs

An ABI Safe HashMap that uses an Allocator to obtain the memory to store the slots
A HashSet that has a stable ABI and obtains storage backed by an Allocator
A by-value iterator over the keys and values in a HashMap
An Iterator over the keys and values of a HashMap
An Iterator over the keys and mutable values of a HashMap.
An Iterator over the keys of a HashMap
An Iterator over the values in a HashSet
An Iterator over the values of a HashMap
An Iterator over the mutable values in a HashMap