Range

data class Range(val start: Int, val endExclusive: Int) : Comparable<AttributedString.Range>

Constructors

Link copied to clipboard
constructor(start: Int, endExclusive: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val start: Int

Functions

Link copied to clipboard
open operator override fun compareTo(other: AttributedString.Range): Int
Link copied to clipboard
open override fun toString(): String