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