Function u32_to_u32

Source
pub const fn u32_to_u32(from: u32) -> u32
Expand description

Casts from to to.

This is equivalent to the crate::cast::CastFrom implementation but is available as a const fn.