Module breez_sdk_liquid::lightning::util::indexed_map
Expand description
This module has a map which can be iterated in a deterministic order. See the IndexedMap
.
Structs§
- A map which can be iterated in a deterministic order.
- An
Entry
for an existing key-value pair - An iterator over a range of values in an
IndexedMap
- An
Entry
for a key which currently has no value
Enums§
- A mutable reference to a position in the map. This can be used to reference, add, or update the value at a fixed key.