range To
inline operator fun <R> AvailObject.rangeTo(body: AvailObject.() -> R): R
Content copied to clipboard
Define the infix ".." operator to reducing redundancy in the many reflex methods below.
Return
The value produced by the action.
Parameters
body
The action to perform on the traversed receiver.