8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
require('clone')(new Float32Array([10,11])) Float32Array { '0': 10, '1': 11 } // actual Float32Array [ 10, 11 ] // expected
Similar to #1, but for typed arrays.