access

inline fun <T : Any, R> Ref<T>.access(block: T.() -> R): R?(source)