Function mz_ore::cast::u8_to_u128
source ยท pub const fn u8_to_u128(from: u8) -> u128
Expand description
Casts [$from
] to [$to
].
This is equivalent to the crate::cast::CastFrom
implementation but is
available as a const fn
.