accessWith

inline suspend fun <A, C : KCallable<*>> C.accessWith(action: C.() -> A): A

See also