I want to fetch some binary encoded data and split it into two objects. It's half Uint32Array and half BigInt64Array. How would I do the split without copying? The doc say it does the copy.