pub const fn usize_to_u128(from: usize) -> u128
Expand description
Casts [$from
] to [$to
].
This is equivalent to the crate::cast::CastFrom
implementation but is
available as a const fn
.
pub const fn usize_to_u128(from: usize) -> u128
Casts [$from
] to [$to
].
This is equivalent to the crate::cast::CastFrom
implementation but is
available as a const fn
.