fluid-stdlib
0.14.0
common
fluid-stdlib
/
io.fluidsonic.stdlib
/
AttributedString
/
Range
Range
data
class
Range
(
val
start
:
Int
,
val
endExclusive
:
Int
)
:
Comparable
<
AttributedString.Range
>
Members
Constructors
Range
Link copied to clipboard
constructor
(
start
:
Int
,
endExclusive
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
end
Exclusive
Link copied to clipboard
val
endExclusive
:
Int
start
Link copied to clipboard
val
start
:
Int
Functions
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
AttributedString.Range
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String