Join Slack
Powered by
this one `fun String.toUniqueLong() = fold("") { i...
# android
d
damianpetla
03/20/2016, 8:59 AM
this one
fun String.toUniqueLong() = fold("") { initial, ch -> initial + ch.toInt() }.toLong()
is working
Open in Slack
Previous
Next