Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-04 | lib: implement slice() function | Jo-Philipp Wich | |
Implement a new function `slice()` to complement the existing `splice()` function and model it's semantics after the ES6 `Array.slice()` version. Fixes: #106 Signed-off-by: Jo-Philipp Wich <jo@mein.io> |