CodeUnit

data class CodeUnit(val cid: Int, val code: Int, val byteOffset: Int, val byteCount: Int)

Constructors

Link copied to clipboard
constructor(cid: Int, code: Int, byteOffset: Int, byteCount: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val cid: Int
Link copied to clipboard
val code: Int