HUGO
Menu
GitHub 86675 stars Mastodon

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: January 1, 0001
Improve this page