tryVisit.tryVisit

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

Meta