A succinct early exit trick for Option in Scala
I've realised that return in Scala only apply to a method. This led me to a cool early exit trick that I use everywhere.
It looks a bit off because I, for some reason, think return should have applied to the current lambda. But that's not