1 2 3 4 5
//! Implementations of the index traits for [`usize`] to allows its usage as a simple index type. use crate::interface::StableVecIndex; impl StableVecIndex for usize {}