Peter Gillich
Sep 7, 2023

--

There are several std lib functions which operates on slices, for example sorting. Another example is the fast delete algorithm, which moves the latest element to the place where an item should be deleted and returns the slice without the latest element.

--

--

No responses yet