1 2 3 4 5 6
--- source: tests/serde.rs description: "=== SOURCE ===\nnew Uint8Array(new ArrayBuffer(2, { maxByteLength: 10 }))" --- const v0 = new ArrayBuffer(2, { maxByteLength: 10 }); new Uint8Array(v0)