RightOpenRange
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)
.
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)
.