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