SumType.visit

Undocumented in source.
struct SumType(UnionT)
@nogc nothrow
alias visit(Handlers...) = _visit!(typeof(this), Handlers)

Meta