IntToString

typealias IntToString = (Int) -> String(source)

Method to convert a Int to its String representation.