top level

acsv
Array

An Array is a storage for values. You can access it using indexes or with its API.

Dynamic

Dynamic is a special type which is compatible with all other types.

Float

The standard Float type, this is a double-precision IEEE 64bit float.

Int

The standard Int type. Its precision depends on the platform.

String

The basic String class.