Companion
object Companion
Properties
Functions
Link copied to clipboard
Create a new atom with the given name. The name is not globally unique, but serves to help to visually distinguish atoms.
Link copied to clipboard
Create a new special atom with the given name. The name is not globally unique, but serves to help to visually distinguish atoms. A special atom should not have properties added to it after initialization.
Link copied to clipboard
Convert a Kotlin Boolean into an Avail boolean. There are exactly two Avail booleans, which are just ordinary atoms, trueObject and falseObject, which are known by the Avail virtual machine.