Root
..Root
Mysterious dot. (joke)
none
apply
call
log
debugTree
debugTrace
import
instanceOf
Exception
except
WrongTypeOfArgumentException
WrongNumberOfArgumentsException
FileNotFoundException
OutOfRangeException
NotSupportedOnThisOSException
InvalidValueException
ParserException
NotFoundException
Class
Object
Basic
Iterable
Iterator
Container
String
StringIterator
Int
Double
Boolean
true
false
BlockCallable
Array
ArrayIterator
Task
parse
{
auto Int.=({ return(5); });
log(Int());
log(Root.Int());
}();
5
0
algorithm
Provides functions for a autoiety of purposes (e.g. min
, forEach
, sort
) including ones that operates on Iterator
s and Container
s.
compression
Provides basic compression and decompression services.
console
Provides standard input and output operations.
docs
Makes documentation.
file
Provides file input and output.
math
Provides mathematical constants and functions.
memory
Provides access to raw memory.
nativeInterface
Provides just in time C from string feature.
network
Provides basic network features.
system
Provides utilities for interactions with operating system.
time
Provides utilities for measuring time.