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ยง
- Keys
- Iterate over all keys in order.