pub fn hangeul_from_int<T>(input: T, is_sino: bool) -> Stringwhere
    T: PrimInt + ToString + FromPrimitive,
Expand description

Parses an int into a Hangeul String.

Args:
*input* - Any {integer}.
*is_sino* - true  => parse as a Sino-Korean number.
            false => parse as a Pure-Korean number.