1 2 3 4 5 6 7
--- source: tests/serde.rs description: "=== SOURCE ===\nnew BigInt64Array([1n, -2n])" --- new BigInt64Array([ 0x01n, -0x02n, ])