Module fadroma::storage::iterable

source ·

Structs

  • IterableStorage iterator. Iterates over values in order.
  • Stores items in a way that allows for iterating over them in a sequential order just like a Vec. It’s also possible to retrieve or update inidividual items based on their index.