streams ~master (2025-01-12T01:29:17.6553987)
Dub
Repo
Either.map
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
T
map
(
T
)
(
T
delegate
(
A
)
dgA
,
T
delegate
(
B
)
dgB
)
if
(
!
is
(
A
==
B
)
)
Meta
Source
See Implementation
streams
utils
Either
aliases
firstType
secondType
constructors
this
functions
has
map
opDispatch
unions
U