the equivalent for `.all()` would be `nums.all { i...
# functional
s
the equivalent for
.all()
would be
nums.all { it == 1 || it == 4 }