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