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