Either

Undocumented in source.
template Either (
TS...
) if (
allSatisfy!(templateNot!isNone, TS)
) {}

Members

Aliases

Either
alias Either = SumType!TS
Undocumented in source.

Meta