class Stacklang::Type::Word

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(_init) #

[View source]
def self.new #

[View source]

Instance Method Detail

def size : UInt16 #

[View source]
def to_s(io) #

[View source]