pub const fn i32_to_i32(from: i32) -> i32
Expand description
Casts from
to to
.
This is equivalent to the crate::cast::CastFrom
implementation but is
available as a const fn
.
pub const fn i32_to_i32(from: i32) -> i32
Casts from
to to
.
This is equivalent to the crate::cast::CastFrom
implementation but is
available as a const fn
.