DeclarationVisitor.flatten

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Symbol[] flatten(Declaration[] decls, S dscope)
    struct DeclarationVisitor
    flatten
    (
    S
    )
    if (
    is(S : Symbol) &&
    is(S : Scope)
    )
  2. Symbol[] flatten(Declaration[] decls, Class c, uint fieldIndex, uint methodIndex)
  3. Symbol[] flatten(Declaration d)

Meta