Module wasmer_types::entity::keys

source ·
Expand description

A double-ended iterator over entity references.

When core::iter::Step is stabilized, Keys could be implemented as a wrapper around core::ops::Range, but for now, we implement it manually.

Structs§

  • Iterate over all keys in order.