- andThen
auto andThen(Result!(T, E) result)
Undocumented in source. Be warned that the author may not have intended to support it.
- andThen
auto andThen(Result!(T, E) result)
Undocumented in source. Be warned that the author may not have intended to support it.
- andThen
auto andThen(Result!(T, E) result)
Undocumented in source. Be warned that the author may not have intended to support it.
- andThen
auto andThen(Result!(T, E) result)
Undocumented in source. Be warned that the author may not have intended to support it.
- err
auto err(E value)
Undocumented in source. Be warned that the author may not have intended to support it.
- flatten
Result!(T, E) flatten(Result!(Result!(T, E), E) result)
Undocumented in source. Be warned that the author may not have intended to support it.
- handle
auto ref handle(Result!(T, E) result)
Undocumented in source. Be warned that the author may not have intended to support it.
- handleErr
auto ref handleErr(Result!(T, E) result)
Undocumented in source. Be warned that the author may not have intended to support it.
- has
bool has(Result!(T, E) result, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
- hasErr
bool hasErr(Result!(T, E) result, E value)
Undocumented in source. Be warned that the author may not have intended to support it.
- ok
auto ok(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
- or
ref or(Result!(T, E) result, Result!(T, E) other)
Undocumented in source. Be warned that the author may not have intended to support it.
- orElse
auto ref orElse(Result!(T, E) result)
Undocumented in source. Be warned that the author may not have intended to support it.
- unwrap
inout(T) unwrap(Result!(T, E) result)
Undocumented in source. Be warned that the author may not have intended to support it.
- unwrapErr
inout(E) unwrapErr(Result!(T, E) result)
Undocumented in source. Be warned that the author may not have intended to support it.