accept

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

Meta