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)
  2. auto dispatch(V visitor, Args args, T t)
    dispatch
    (
    alias unhandled = function void
    (
    t
    )
    V
    T
    Args...
    )
    (,
    Args args
    ,
    T t
    )
    if (
    (
    is(V == class) ||
    is(V == interface)
    )
    &&
    (
    is(T == class) ||
    is(T == interface)
    )
    )

Meta