class Crystal::Macros::UninitializedVar
Overview
An uninitialized variable declaration: a = uninitialized Int32
Defined in:
compiler/crystal/macros.crInstance Method Summary
-
#type : ASTNode
Returns the type part of the declaration.
-
#var : MacroId
Returns the variable part of the declaration.