put

fun <T : Any> put(k: MetaContainer.Key<T>, v: T)(source)

Puts a value associated with the given key into the builder.

Parameters

k

The type-safe key.

v

The value to store.