hfour / yads

An array-like data structure with a monoidal cache
8 stars 4 forks source link

EDI-1621 Implement MArray.slice() #25

Closed mar-h4 closed 3 years ago

mar-h4 commented 3 years ago

Implements a MArray.slice() method, that should behave same as Array.slice (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/slice).

Task: EDI-1621