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

Parses an int into a Hangeul String.