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