Endo
    Preparing search index...
    • Concatenates a list of immutable ArrayBuffer values into a single hardened immutable ArrayBuffer.

      Equivalent to bytesToImmutable(concatBytes(buffers.map(bytesFromImmutable))), provided as a single-call helper because the composition is common when assembling protocol records from immutable byte fragments.

      Parameters

      • buffers: readonly ArrayBufferLike[]

      Returns ArrayBuffer