DefinitionElement.type

One of * c = class * s = struct * i = interface * T = template * f = function/ctor/dtor * g = enum {} * u = union * e = enum member/definition * v = variable/invariant * a = alias * U = unittest (only in verbose mode) * D = debug specification (only in verbose mode) * V = version specification (only in verbose mode) * C = static module ctor (only in verbose mode) * S = shared static module ctor (only in verbose mode) * Q = static module dtor (only in verbose mode) * W = shared static module dtor (only in verbose mode) * P = postblit/copy ctor (only in verbose mode)

struct DefinitionElement
string type;

Meta