streams ~master (2025-01-12T01:29:17.6553987)
Dub
Repo
Either.has
streams
utils
Either
Undocumented in source. Be warned that the author may not have intended to support it.
struct
Either
(A, string NameA, B, string NameB)
const
bool
has
(
string
member
)
(
)
if
(
member
==
NameA
||
member
==
NameB
)
if
(
!
is
(
A
==
B
)
)
Meta
Source
See Implementation
streams
utils
Either
aliases
firstType
secondType
constructors
this
functions
has
map
opDispatch
unions
U