thunderation 0.2.0

Fast arena-based map with compact generational indices
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Contains all of the iterator types for Thunderation.

mod drain;
mod into_iter;
mod iter_mut;
mod iter_ref;

pub use drain::Drain;
pub use into_iter::IntoIter;
pub use iter_mut::IterMut;
pub use iter_ref::Iter;