Extracts the value from every Some element in the iterable.
@pragma('vm:prefer-inline') Iterable<T> unwrapAll() => map((e) => e.value);