pub const fn u8_to_i32(from: u8) -> i32
Casts [$from] to [$to].
$from
$to
This is equivalent to the crate::cast::CastFrom implementation but is available as a const fn.
crate::cast::CastFrom
const fn