MANPAGES
Skip Quicknav
/ bookworm / libcatmandu-perl / Catmandu::Fix::uniq(3pm)
Scroll to navigation
Catmandu::Fix::uniq - strip duplicate values from an array
# {tags => ["foo", "bar", "bar", "foo"]} uniq(tags) # {tags => ["foo", "bar"]}
Catmandu::Fix