Class that encapsulates an Array value.

Hierarchy

  • ArrayValue

Constructors

Properties

Methods

Constructors

Properties

elements: Value[]
type: ArrayType

Methods

  • Copies the array value to the Uint8Array buffer at the provided byte offset.

    Parameters

    • buffer: Uint8Array

      the destination buffer

    • offset: number

      the byte offset within buffer

    Returns void

Generated using TypeDoc