vtypechoice

Undocumented in source.

Modules

optional
module vtypechoice.optional
Undocumented in source.
result
module vtypechoice.result
Undocumented in source.

Public Imports

vtypechoice.result
auto result(Optional!T optional) via public import vtypechoice.result;
Undocumented in source.
vtypechoice.optional
auto optional(Result!(T, E) result) via public import vtypechoice.optional;
Undocumented in source.
std.sumtype
public import std.sumtype;
Undocumented in source.

Members

Functions

optional
auto optional(Result!(T, E) result)
Undocumented in source. Be warned that the author may not have intended to support it.
result
auto result(Optional!T optional, E err)
Undocumented in source. Be warned that the author may not have intended to support it.
result
auto result(Optional!T optional)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta