use ;
use ;
/// Wrapper around the [`usize`] type. It is necessary for the decrease in value
/// mismatching (when several values have the same type but two different meanings)
/// but without the type limit.
///
/// Earlier implementations used the [`u32`] type when [`usize`] was only used for
/// indexes.Now there is no limit for type usage (it was a manual limit against
/// possible program bugs).
;