Element

data class Element(val index: Int, val size: Int, val type: Int, val pointer: Int, val normalized: Boolean)

Constructors

Link copied to clipboard
constructor(index: Int, size: Int, type: Int, pointer: Int, normalized: Boolean)

Properties

Link copied to clipboard
val index: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val size: Int
Link copied to clipboard
val type: Int