ScopeContext

class ScopeContext(current: Scope)

Context for setting new entries to a Scope object.

Constructors

Link copied to clipboard
constructor(current: Scope)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun <T : Any> set(key: Scope.Key<T>, value: T)

Sets a new key-value-pair to the Scope.