@lelantos-org/sdk / core / unpackBits
Function: unpackBits() โ
ts
function unpackBits(packed, count): number[];Defined in: @lelantos-org/sdk/dist/core/bits.d.ts:6
Unpack the first count bits (LSB-first) from a packed byte array.
Parameters โ
| Parameter | Type |
|---|---|
packed | Uint8Array |
count | number |
Returns โ
number[]