why not `range.firstOrNull { it % 7 == 0 }`?
# getting-started
m
why not
range.firstOrNull { it % 7 == 0 }
?