copy

abstract fun copy(builder: KthContext.Builder.() -> Unit): KthContext

Copies this context to create a new context containing the same elements.

Parameters

builder

The context builder to add more elements to it.