pub type ri64<const MIN: i64, const MAX: i64> = RangedI64<MIN, MAX>;Expand description
Equivalent to RangedI64
Aliased Type§
#[repr(transparent)]pub struct ri64<const MIN: i64, const MAX: i64>(pub(crate) Unsafe<i64>);Tuple Fields§
§0: Unsafe<i64>