bops
bops copied to clipboard
buffer operations
I think your copy function is one off. if I try to copy ``` javascript var buf = buffer.create(32); buffer.copy( buffer.from( 'abcdefg' ), buf, 0, 0, 5 ); console.log( buffer.to(...
Hello! I was having a problem when using bops (from within bytewise) on the browser. The problem "seems" to have disappeared when I started using https://github.com/feross/buffer I say seems, cause...
I am getting an error in the https://github.com/chrisdickinson/bops/blob/master/typedarray/subarray.js#L4 file when running in firefox. Just wanted to know if anyone had any ideas, I believe some people are using slice as...
Test passes in node.js. Fails in testling.