abstract class Stacklang::Type::Any

Direct Known Subclasses

Defined in:

stacklang/compiler/types.cr

Class Method Summary

Instance Method Summary

Class Method Detail

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

Solve the constraint of a struct field and map it to the right type.


[View source]

Instance Method Detail

abstract def size #

[View source]