mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-14 20:37:55 -05:00
503 B
503 B
title | linkTitle | description | categories | keywords | menu | function | relatedFunctions | aliases | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
collections.Uniq | uniq | Takes in a slice or array and returns a slice with duplicate elements removed. |
|
|
|
|
|
{{ slice 1 3 2 1 | uniq }} → [1 3 2]