set

open operator fun <T : Any> set(key: AttributeKey<T>, value: T)(source)

Creates or changes an attribute with the specified key using value

Report a problem