class Crystal::Macros::UninitializedVar

Overview

An uninitialized variable declaration: a = uninitialized Int32

Defined in:

compiler/crystal/macros.cr

Instance Method Summary

Instance Method Detail

def type : ASTNode #

Returns the type part of the declaration.


[View source]
def var : MacroId #

Returns the variable part of the declaration.


[View source]