MutableRange

class MutableRange(start: Int, end: Int)

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

Link copied to clipboard
fun MutableRange(start: Int, end: Int)

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
var end: Int
Link copied to clipboard
var start: Int