bit-array icon indicating copy to clipboard operation
bit-array copied to clipboard

Adding a method to create a BitArray from a typedArray

Open CDEAN-NG opened this issue 6 years ago • 0 comments

use it like let type16 = new Uint16Array(input, 2,1); let bit_array = BitArray.typedArray(type16); // bit_array has its own buffer, it will not operate on the TypedArray buffer

CDEAN-NG avatar Jul 17 '19 21:07 CDEAN-NG