rangeTo

inline operator fun <R> AvailObject.rangeTo(body: AvailObject.() -> R): R

Define the infix ".." operator to reduce redundancy in the many reflex methods below.

Return

The value produced by the action.

Parameters

body

The action to perform on the traversed receiver.