(res: Result<U, E>)
| 49 | * function call, it is recommended to use {@link andThen}, which is lazily evaluated. |
| 50 | */ |
| 51 | and<U>(res: Result<U, E>): Result<U, E>; |
| 52 | /* |
| 53 | * Returns `res` if the result is `Err`, otherwise returns the `Ok` value of self. |
| 54 | * |
no outgoing calls
no test coverage detected