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