Filters for Some elements, returning an iterable of the Some instances.
Iterable<Some<T>> whereSome() => where((e) => e.isSome()).map((e) => e.some().unwrap());