streams ~master (2025-01-12T01:29:17.6553987)
Dub
Repo
Either.U
streams
utils
Either
Undocumented in source.
struct
Either
(A, string NameA, B, string NameB)
union
U {
A
a
;
B
b
;
this
(A a);
this
(B b);
}
Constructors
this
this
(A a)
Undocumented in source.
this
this
(B b)
Undocumented in source.
Members
Variables
a
A
a
;
Undocumented in source.
b
B
b
;
Undocumented in source.
Meta
Source
See Implementation
streams
utils
Either
aliases
firstType
secondType
constructors
this
functions
has
map
opDispatch
unions
U