use new ListPosition abstraction in Y.Array .slice and .get

This commit is contained in:
Kevin Jahns
2021-11-09 20:20:04 +01:00
parent 56ab251e79
commit a723c32557
3 changed files with 15 additions and 7 deletions

View File

@@ -456,6 +456,8 @@ const getUniqueNumber = () => _uniqueNumber++
/**
* @type {Array<function(Doc,prng.PRNG,any):void>}
*
* @todo to replace content to a separate data structure so we know that insert & returns work as expected!!!
*/
const arrayTransactions = [
function insert (user, gen) {