you can do `y?.let { it in x } ?: false` but I’m n...
# getting-started
y
you can do
y?.let { it in x } ?: false
but I’m not sure whether it’s much simpler