Ow, didn’t know solution: `String(map { it.complem...
# announcements
e
Ow, didn’t know solution:
String(map { it.complement1 }.toCharArray())
But it seems like it’s still 3x slower than if we exclude lists at all from this chain.