getOrPut

fun <T> getOrPut(key: ContextualValStore.Key<T>, defaultValue: () -> T): T