mirror of
https://github.com/fluencelabs/wasmer
synced 2025-04-25 10:22:19 +00:00
1 line
1.1 KiB
JavaScript
1 line
1.1 KiB
JavaScript
initSidebarItems({"macro":[["entity_impl","Macro which provides the common implementation of a 32-bit entity reference."]],"mod":[["packed_option","Compact representation of `Option<T>` for types with a reserved value."]],"struct":[["BoxedSlice","A slice mapping `K -> V` allocating dense entity references."],["EntityList","A small list of entity references allocated from a pool."],["EntitySet","A set of `K` for densely indexed entity references."],["Iter","Iterate over all keys in order."],["IterMut","Iterate over all keys in order."],["Keys","Iterate over all keys in order."],["ListPool","A memory pool for storing lists of `T`."],["PrimaryMap","A primary mapping `K -> V` allocating dense entity references."],["SecondaryMap","A mapping `K -> V` for densely indexed entity references."],["SparseMap","A sparse mapping of entity references."]],"trait":[["EntityRef","A type wrapping a small integer index should implement `EntityRef` so it can be used as the key of an `SecondaryMap` or `SparseMap`."],["SparseMapValue","Trait for extracting keys from values stored in a `SparseMap`."]],"type":[["SparseSet","A sparse set of entity references."]]}); |