Skip to content

v1.3.0

Latest
Compare
Choose a tag to compare
@lindsaygelle lindsaygelle released this 19 Oct 06:26
· 2 commits to main since this release
5723085

Version 1.3.0 (2023-10-19)

New Functions

  • Clone: copies the pointer Slice into a new Slice.
  • Modify: modifies the pointer Slice (replaces Reduce).
  • ReduceReverse: added to allow for inverse order functions.
  • Splice: truncates the pointer Slice (replaces Slice).

Fixes

  • Slice: creates a copy of the Slice.
  • Reduce: reduces Slice down to a single result.
  • Precatenate: now correctly adds values to the head of the Slice.

What's Changed