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 26, 2024
:
Squashed 'docs/' changes from 4dd2d6415..3b1a8579d (7125ad401)
Improve this page