Bounded
data class Bounded : ContentRange
Represents a Content-Range
bounded from both sides
Constructors
Represents a |
Properties
val from: Long index from which the content should begin |
|
val to: Long the last index the content should end at (inclusive) |
Functions
fun toString(): String |