TypeCtor

Single token, one of keywords: const, immutable, inout, shared

class TypeCtor : Lexem {
Token _token;
}

Meta