Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback

MultiArray

Allows to use multiple arrays as one array. Use this may reduce “few” memory usage, but access will slower and datas will fragmented.

Please read

This is ES6 Module. You can not use require() to import it. Not all functions from Array was implemented for now.

Not recommended to use it without understand it’s implement. It can make your program slower without any advantage on specific environments.