jcli.core.result

Undocumented in source.

Members

Aliases

Result
alias Result = ResultOf!void
Undocumented in source.

Classes

ResultException
class ResultException
Undocumented in source.

Functions

fail
auto fail(string error, int errorCode)
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.
ok
auto ok()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

ResultOf
struct ResultOf(alias T)
Undocumented in source.

Meta