Package-level declarations

Types

Link copied to clipboard

Primitive: Adjust the debugging level of the VM.

Link copied to clipboard

Primitive: Pause the VM.

Link copied to clipboard

Primitive: Use a strong cryptographic message digest algorithm to produce a hash of the specified tuple of bytes.

Link copied to clipboard

Primitive: Answer a cryptographically strong pseudo-random UUID as a 16-byte tuple.

Link copied to clipboard

Primitive: Get the current time as milliseconds since the Unix Epoch (00:00:00 UTC, Thursday, 1 January 1970).

Link copied to clipboard

Primitive: Get the current time, in nanoseconds, from the Java virtual machine's high-resolution time source. The value provided has nanosecond precision, but not necessarily nanosecond resolution.

Link copied to clipboard

Primitive: Answer a tuple comprising the objects encoded in the specified byte tuple, preserving their order.

Link copied to clipboard

Primitive: Exit the current fiber. The specified argument will be converted internally into a string and used to report an error message.

Link copied to clipboard

Primitive: Answer a map that represents the environment of the Avail virtual machine.

Link copied to clipboard

Primitive: Compare for equality. Answer a boolean.

Link copied to clipboard
object P_Hash : Primitive

Primitive: Answer the hash value of the argument.

Link copied to clipboard

Primitive: Is there a primitive with the specified name?

Link copied to clipboard

Primitive: Mark the current fiber's standard input channel to allow the specified number of characters to be read ahead (and put back by a subsequent reset).

Link copied to clipboard

Primitive: Print the specified string to the current's standard output channel, suspended the current fiber until the string can be queued for writing.

Link copied to clipboard

Primitive: Print the specified string to the current's standard error channel, suspended the current fiber until the string can be queued for writing.

Link copied to clipboard

Primitive: Read one character from the standard input stream, suspending the fiber until data becomes available.

Link copied to clipboard

Primitive: Reset the current fiber's standard input channel to the previously set mark.

Link copied to clipboard

Primitive: Answer the serial representation of the specified value.

Link copied to clipboard

Primitive: Render the given value into JSON.

Link copied to clipboard

Primitive: Produce a textual description of the sole argument.