DecodedRange

data class DecodedRange(start: Long, end: Long)

Properties

end
Link copied to clipboard
val end: Long
start
Link copied to clipboard
val start: Long