RightOpenRange

data class RightOpenRange<out Element>(val start: Element, val endExclusive: Element)(source)

A wrapper data class that contains values start and endExclusive to be used by RightOpenRange.contains operator that checks if the provided value lies in a right-open interval [start; endExclusive).

Constructors

Link copied to clipboard
constructor(start: Element, endExclusive: Element)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard