Lit::LitArray
Inherits Lit::Instance / Reference / Object
Constants
TYPE = Type.new("Array", {} of String => Function)
Constructors
new(elements : Array(Bool | Float64 | Int64 | ::Lit::Callable | ::Lit::Instance | ::Lit::Uninitialized | String | Nil) = [] of Value)
SourceInstance methods
[](i)
Sourceelements
Sourceget(name : Token) : Value
Sourceset(name : Token, value : Value)
Source