Performs a side-effect with the contained value if this is a Some.
Result<Option<T>> ifSome( @noFutures void Function(Option<T> self, Some<T> some) noFutures, );