class Stacklang::Type::Pointer

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(pointer_of : Type::Any) #

[View source]

Instance Method Detail

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

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

[View source]
def size : UInt16 #

[View source]
def to_s(io) #

[View source]