Home > nifty-tou > IntRange > containsRange
Test if another range is completely within this range, inclusive.
Signature:
containsRange(o: IntRange): boolean;
Parameter | Type | Description |
---|---|---|
o | IntRange | the range to test |
Returns:
boolean
true
if this.min <= o.min <= o.max <= this.max