set

operator fun <T : Any> set(key: ExtraStore.Key<T>, value: T)

Saves the provided value to this MutableExtraStore, associating the value with the given key.