accessSet

inline suspend fun <R> KProperty0<R>.accessSet(value: R)
inline suspend fun <T : Any, R> KProperty1<T, R>.accessSet(obj: T, value: R)

See also