digits() -> [Int]

Convert current int to array of Int

Returns

An array of digits

1234.digits()
// -> [1,2,3,4]