Optional

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

Members

Aliases

Optional
alias Optional = SumType!(None, TS)
Undocumented in source.

Meta