values library

Classes

HTClass
The Dart implementation of the class declaration in Hetu.
HTEntity
A interface for store and access symbols from a collection.
HTFunction
Bytecode implementation of TypedFunctionDeclaration.
HTInstance
The Dart implementation of the instance in Hetu. HTInstance carries all decl from its super classes. HTInstance inherits all its super classes' HTTypeIDs.
HTStruct
A prototype based dynamic object. You can define and delete members in runtime. Use prototype to create and extends from other object. Can be named or anonymous. Unlike class, you have to use 'this' to access struct member within its own methods
HTVariable
Variable is a binding between an symbol and a value
RedirectingConstructor