This page is still under construction!
This feature is still not implemented!
Std.Types implements all the primitive and basic types of the language.
Namespaces
| Namespace | Description |
|---|
| Collections | Implementation of data collection abstractions |
| Static | Implementation of static size data types |
Structures
| Structure | Description |
|---|
| Type | A manipulable reference to a type |
| AnyType | Data with undefined type |
| Integer | The base of all integer data types |
| Floating | The base of all floating precision data types |
| Boolean | Structure to manipulate boolean values |
| String | Structure to manipulate text and strings |
| Void | Structure that represents no type |
| NoReturn | Structure that represents no returnable process |