universal v0.1.1 (2020-08-30T22:03:12Z)
Dub
Repo
UnionInstance
universal
core
coproduct
Undocumented in source.
mixin template
UnionInstance (
ctors
...
) {
union
__anonymous
;
ubyte
tag
;
static if
(
is(typeof(this) == struct)
)
string
toString
();
static if
(
is(typeof(this) == class)
)
string
toString
();
struct
Union
;
}
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Structs
Union
struct
Union
Undocumented in source.
Unions
__anonymous
union
__anonymous
Undocumented in source.
Variables
tag
ubyte
tag
;
Undocumented in source.
Meta
Source
See Implementation
universal
core
coproduct
mixin templates
UnionInstance
templates
Union
classify
inject
isCase
ulift
visit