pub fn hangeul_from_int<T>(
    input: T,
    number_system: NumberSystem
) -> Result<String, HangeulError> where
    T: Copy + Integer + ToString + FromPrimitive
Expand description

Parses an int into a Hangeul String.