Swiftybase
Function StackOption & Result

Result Unwrap or Else

This function stack unwraps the value inside the result. If the result has an error value, it computes a new value using the provided function.

Config

Value: The result value to unwrap.
Fallback Function: A function to compute a value when the result contains an error value.

On this page