[src]

Function std::num::from_uint

pub fn from_uint<A: FromPrimitive>(n: uint) -> Option<A>

A utility function that just calls FromPrimitive::from_uint.