Join Slack
Powered by
hrm, I thought of a workaround, but it's gross... ...
# announcements
n
Nicholas Bilyk
02/09/2017, 9:58 PM
hrm, I thought of a workaround, but it's gross... fun Number.toString(radix: Int): String { val d: dynamic = this return d.toString(radix) }
Open in Slack
Previous
Next