TypeTable.lookup

Looks up a type by its mangled id.

  1. Type lookup(cstring mangled)
    class TypeTable
  2. Type lookup(hash_t hash)

Return Value

Type: Type

the symbol if there, otherwise null.

Meta