VectorOffset

value class VectorOffset<T>(val value: Int)

Represents a "pointer" to a vector type with elements T

Constructors

Link copied to clipboard
constructor(value: Int)

Properties

Link copied to clipboard
val value: Int