touches Range
fun <BoundType : Comparable<BoundType>, LengthType : Comparable<LengthType>> ClosedRange<BoundType>.touchesRange(other: ClosedRange<BoundType>, step: LengthType, math: BoundMath<BoundType, LengthType>): Boolean
Checks if other range is located on a distance of step away from this.
Parameters
other
the other range.
step
the distance.
math
the math.