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