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