dispatch

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto dispatch(V visitor, Args args, T t)
    dispatch
    (
    alias unhandled = function void
    (
    t
    )
    V
    T
    Args...
    )
    (
    ref V visitor
    ,
    Args args
    ,
    T t
    )
    if (
    is(V == struct) &&
    (
    is(T == class) ||
    is(T == interface)
    )
    )
  2. auto dispatch(V visitor, Args args, T t)

Meta