<@U0B8CHT6E>: I come up with this monster `fun Str...
# android
d
@madisp: I come up with this monster
fun String.toUniqueLong() = toCharArray().map { Character.getNumericValue(it) }.joinToString("", "", "", Int.MAX_VALUE, "", { it.toString() }).toLong()