If Ok, Calls the provided closure with the ok value, else does nothing.
@override @pragma("vm:prefer-inline") Err<S, F> inspect(void Function(S ok) fn) { return this; }