accept

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto accept(T t, V visitor)
  2. auto accept(T t, V visitor)
    accept
    (
    T
    V
    )
    (
    T t
    ,)
    if (
    (
    is(V == class) ||
    is(V == interface)
    )
    &&
    (
    is(T == class) ||
    is(T == interface)
    )
    )

Meta