Module.findType

Finds a ClassDeclaration or a StructDeclaration with the given name.

  1. TypeDeclaration findType(string name)
    class Module
    pure @safe nothrow
    findType
    (
    in string name
    )
  2. TypeDeclaration findType(int id)

Meta