Offset

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

Represents a "pointer" to a pointer types (table, string, struct) within the buffer

Constructors

Link copied to clipboard
constructor(value: Int)

Properties

Link copied to clipboard
val value: Int

Functions

Link copied to clipboard
operator fun <T> Offset<T>.minus(other: Int): Offset<T>
Link copied to clipboard