- UT1
alias UT1 = std.sumtype.SumType!(string, int)
Undocumented in source.
- UT2
alias UT2 = std.sumtype.SumType!(typeof(null), byte, byte[3])
Undocumented in source.
- UT3
alias UT3 = std.sumtype.SumType!(typeof(null), byte, std.sumtype.This[])
Undocumented in source.