This website requires JavaScript.
Explore
Sign In
mirror
/
hugo
mirror of
https://github.com/gohugoio/hugo
Watch
1
Star
0
Fork
You've already forked hugo
0
Code
Issues
stable
hugo
/
docs
/
content
/
en
/
functions
/
collections
/
Uniq.md
342 B
Raw
Permalink
Blame
History
title
description
categories
keywords
params
aliases
collections.Uniq
Returns the given collection, removing duplicate elements.
functions_and_methods
aliases
returnType
signatures
uniq
any
collections.Uniq COLLECTION
/functions/uniq
{{
slice
1
3
2
1
|
uniq
}}
→ [1 3 2]