korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-math-core
/
korlibs.math.range
/
OpenRange
Open
Range
class
OpenRange
<
T
:
Comparable
<
T
>
>
(
val
start
:
T
,
val
endExclusive
:
T
)
Members
Members & Extensions
Constructors
Open
Range
Link copied to clipboard
constructor
(
start
:
T
,
endExclusive
:
T
)
Properties
end
Exclusive
Link copied to clipboard
val
endExclusive
:
T
start
Link copied to clipboard
val
start
:
T
Functions
contains
Link copied to clipboard
operator
fun
<
T
:
Comparable
<
T
>
>
OpenRange
<
T
>
.
contains
(
item
:
T
)
:
Boolean