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