class MutableRange
Represents a text range with mutable bounds
start
- points to the first character
end
- points to the next character after the last one
MutableRange(start: Int, end: Int)
Represents a text range with mutable bounds |
var end: Int
points to the next character after the last one |
|
var start: Int
points to the first character |
fun toString(): String |