copy

inline fun Meta.copy(block: MutableMeta.() -> Unit = {}): Meta

Create a copy of this Meta, optionally applying the given block. The listeners of the original Config are not retained.

inline fun <T : Scheme> T.copy(spec: SchemeSpec<T>, block: T.() -> Unit = {}): T

Create a copy of given Scheme