class

Crystal::Macros::UninitializedVar

Inherits Crystal::Macros::ASTNode

An uninitialized variable declaration: a = uninitialized Int32

Instance methods

type

Returns the type part of the declaration.

Source
var

Returns the variable part of the declaration.

Source