GrLexeme.isType

Only describe first class type such as int, string or func. Structure or other custom type are not.

struct GrLexeme
bool isType;

Meta