class Stacklang::Type::Table

Defined in:

stacklang/compiler/types.cr

Constructors

Instance Method Summary

Instance methods inherited from class Stacklang::Type::Any

size size

Class methods inherited from class Stacklang::Type::Any

solve_constraint(ast : AST::Type, types : Hash(String, Type::Struct), stack : Array(Type::Any) = [] of Type::Any) : Type::Any solve_constraint

Constructor Detail

def self.new(table_of : Type::Any, quantity : Int32) #

[View source]

Instance Method Detail

def ==(other : Type::Any) #

[View source]
def quantity : Int32 #

[View source]
def size #

[View source]
def table_of : Stacklang::Type::Any #

[View source]
def to_s(io) #

[View source]