Collections
Module collections provides template functions for manipulating collections such as arrays, maps, and slices.
Module collections provides template functions for manipulating collections such as arrays, maps, and slices.
collections.Complement (alias complement) gives the elements of a collection that are not in any of the others.
Read More »collections.SymDiff (alias symdiff) returns the symmetric difference of two collections.
Read More »append appends one or more values to a slice and returns the resulting slice.
Read More »group groups a list of pages.
Read More »after slices an array to only the items after the Nth item.
Read More »apply returns a new slice with a function applied over it.
Read More »