Skip to main content

Std.Types

This page is still under construction!

This feature is still not implemented!

namespace Std.Types

Std.Types implements all the primitive and basic types of the language.


Namespaces

NamespaceDescription
CollectionsImplementation of data collection abstractions
StaticImplementation of static size data types

Structures

StructureDescription
TypeA manipulable reference to a type
AnyTypeData with undefined type
IntegerThe base of all integer data types
FloatingThe base of all floating precision data types
BooleanStructure to manipulate boolean values
StringStructure to manipulate text and strings
VoidStructure that represents no type
NoReturnStructure that represents no returnable process