Implement LazyArray.splice(), implement unshift/shift/push/pop in terms of splice... master
authorNick Downing <nick@ndcode.org>
Sun, 13 Feb 2022 01:09:22 +0000 (12:09 +1100)
committerNick Downing <nick@ndcode.org>
Sun, 13 Feb 2022 01:09:22 +0000 (12:09 +1100)
commitccf5cdfd695d27fb519c9e92c94bf1f252ee0f6c
tree1c0460680f53198488f36d3d41eba7f9b17d23bf
parentbf7d88636a2f64d7b25a34c3a5c25a94c43eac4c
Implement LazyArray.splice(), implement unshift/shift/push/pop in terms of splice (also, this fixes a bug with pop where the LazyArray.length was not updated)
LazyArray.mjs
Mutex.mjs