downcast
Fully qualified path: core::integer::downcast
pub(crate) extern fn downcast<FromType, ToType>(
x: FromType,
) -> Option<ToType> implicits(RangeCheck) nopanic;
Fully qualified path: core::integer::downcast
pub(crate) extern fn downcast<FromType, ToType>(
x: FromType,
) -> Option<ToType> implicits(RangeCheck) nopanic;