Packable
Static interface for types which can store their values as packed elements in an array. These methods and properties are expected to be defined on a constructor function.
See also
Inheritors
Functions
Link copied to clipboard
abstract fun pack(value: T, array: ReadonlyArray<Double>, startingIndex: Int? = definedExternally): ReadonlyArray<Double>
Stores the provided instance into the provided array.