convertToOctal
private fn
T convertToOctal(T)(T i)Convert a decimal integer to an octal integer with the same digits.
Parameters
i | integer to convert |
Returns
octal integer with the same type and same digits
T convertToOctal(T)(T i)Convert a decimal integer to an octal integer with the same digits.
i | integer to convert |