DecodedRange

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

Properties

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