GrVariable.isAuto

Is the type to be infered automatically ? (e.g. the let keyword).

class GrVariable
bool isAuto;

Meta