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