Easypt

Root

..Root

Child of:

Mysterious dot. (joke)

Signatures:

none

Members:

Example:

{
    auto Int.=({ return(5); });
    log(Int());
    log(Root.Int());
}();

Expected output:

5
0

Standard libraries

algorithm

Provides functions for a autoiety of purposes (e.g. min, forEach, sort) including ones that operates on Iterators and Containers.

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.