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.
Concatenates a list of immutable
ArrayBuffervalues into a single hardened immutableArrayBuffer.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.