operator fun <T> SetProperty<T>.setValue(receiver: Any?, property: KProperty<*>, value: Set<T>): Unit
Provides 'set' functional extension for the SetProperty object.