visit.visit

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto visit(TU tu)
    template visit(VISITORS...)
    visit
    (
    TU
    )
    (
    auto ref TU tu
    )
    if (
    isInstanceOf!(TaggedUnion, TU)
    )
    if (
    VISITORS.length > 0
    )
  2. auto visit(TaggedAlgebraic!U ta)

Meta