1 2 3 4 5 6 7
--- source: tests/serde.rs description: "=== SOURCE ===\nnew Uint32Array([1, 2]).subarray(1, 2)" --- new Uint32Array([ 0x01, 0x02, ]).subarray(1, 2)