HUGO
News Docs Themes Community GitHub

collections.Uniq

Returns the given collection, removing duplicate elements.

Syntax

collections.Uniq COLLECTION

Returns

any

Alias

uniq
{{ slice 1 3 2 1 | uniq }} → [1 3 2]

Last updated: January 1, 0001
Improve this page