collections.Uniq
Returns a slice by removing duplicate elements from the given slice.
Syntax
collections.Uniq SLICE
Returns
[]any
Alias
uniq
{{ slice 1 3 2 1 | uniq }} → [1 3 2]Last updated:
February 14, 2026
:
Merge commit '8f3c066d23f431fb2c53d97ea489e4c28b42bd82' (3e2f98235)
Improve this page