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: ERROR CLASS: Symbol not found for ReadonlyArray<ERROR CLASS: Symbol not found for JsDouble>, startingIndex: Int? = definedExternally): ERROR CLASS: Symbol not found for ReadonlyArray<ERROR CLASS: Symbol not found for JsDouble>
Stores the provided instance into the provided array.