IntrinsicBindings

Intrinsic Bindings

Binds a well-known Symbol to some value within the context of guest-capable code; note that registered symbols are not necessarily exposed publicly (this depends on the language and symbol).

Symbols which are registered for non-public use are made available for "internal"-marked sources only.

Inheritors

Properties

Link copied to clipboard
abstract val entries: Set<Map.Entry<Symbol, Any>>
Link copied to clipboard
abstract val keys: Set<Symbol>
Link copied to clipboard
abstract val size: Int
Link copied to clipboard
abstract val values: Collection<Any>

Functions

Link copied to clipboard
abstract fun containsKey(key: Symbol): Boolean
Link copied to clipboard
abstract fun containsValue(value: Any): Boolean
Link copied to clipboard
abstract operator fun get(key: Symbol): Any?
Link copied to clipboard
abstract fun isEmpty(): Boolean