OffsetArray

value class OffsetArray<T>(val value: IntArray)

Represents an array of offsets. Used to avoid boxing offset types.

Constructors

Link copied to clipboard
constructor(value: IntArray)

Properties

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

Functions

Link copied to clipboard
inline operator fun get(index: Int): Offset<T>