slot_vec/
key.rs

1
2
3#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash)]
4pub struct Key(pub(crate) usize);