<@U6VRMS5RV> what about `listOf(1,2,3,4,5).takeWhi...
# getting-started
h
@halirutan what about
listOf(1,2,3,4,5).takeWhile { it != 3 }
?