result

Undocumented in source.

Members

Functions

throw_on_error
T throw_on_error(Result!(E, T) result, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
throw_on_error_
void throw_on_error_(Result!(E, T) res, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
unwrap_or_else
T unwrap_or_else(Result!(E, T) result)
Undocumented in source. Be warned that the author may not have intended to support it.
unwrap_or_else
T unwrap_or_else(Result!(E, T) result)
Undocumented in source. Be warned that the author may not have intended to support it.
unwrap_or_else
T unwrap_or_else(Result!(E, T) result, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
unwrap_or_else
T unwrap_or_else(Result!(E, T) result, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixin templates

injectEnum
mixintemplate injectEnum(EnumType)
Undocumented in source.

Templates

Result
template Result(ErrorType, T)
Undocumented in source.
ResultPartial
template ResultPartial(ErrorType)
Undocumented in source.
match
template match(handlers...)
Undocumented in source.

Meta