public class RangesKt
| Modifier and Type | Method and Description |
|---|---|
static boolean |
contains(kotlin.ranges.LongRange $receiver,
kotlin.ranges.LongRange other)
Returns
true if other range is fully contained inside this range |
static long |
getLength(kotlin.ranges.LongRange $receiver)
Deprecated.
|
public static long getLength(kotlin.ranges.LongRange $receiver)
Length of this LongRange
public static boolean contains(kotlin.ranges.LongRange $receiver,
kotlin.ranges.LongRange other)
Returns true if other range is fully contained inside this range