dpp v0.0.5 (2018-10-01T09:44:08Z)
Dub
Repo
Sum
dpp2
sum
Undocumented in source.
struct
Sum (
T
...
) {
import
sumtype
:
SumType
;
;
this
();
this
(U u);
auto
match
();
}
Constructors
this
this
()
Undocumented in source.
this
this
(U u)
Undocumented in source.
Members
Functions
match
auto
match
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
dpp2
sum
structs
Sum