Struct auto_diff::collection::generational_index::GenIndex
source · [−]pub struct GenIndex<T> { /* private fields */ }
Expand description
A simple generational index implementation. The data is stored in a read-only manner, Use RefCell to get mutability. Not secure, no index validity check.
Implementations
Replace the item of the index with a new one.
pub fn iter_key(&self) -> GenIndexIter<'_, T>ⓘNotable traits for GenIndexIter<'a, T>impl<'a, T> Iterator for GenIndexIter<'a, T> type Item = NetIndex;
Notable traits for GenIndexIter<'a, T>
impl<'a, T> Iterator for GenIndexIter<'a, T> type Item = NetIndex;