💺 @array-like/allocArrayLike allocation helper functions for JavaScript. See docs.import{alloc,malloc,_calloc}from'@array-like/alloc';alloc(10);// Arraymalloc(10);// ArrayBufferconstcalloc=_calloc(Int32Array);calloc(10);// Int32Array