Skip to Content
Skip to Content
ClassesFFIArrayType

FFIArrayType

extends FFIVectorType


Methods

new

Creates a new instance of the array structure.

:new(values: {[number]: buffer | number | FFIPointer | vector}): buffer

Parameters

  • values: { [number]: buffer | number | FFIPointer | vector } - The values to set in the array.

Throws

  • FFI Error
  • Memory Error
Last updated on