Catmandu::Fix::uniq(3) strip duplicate values from an array

SYNOPSIS


# {tags => ["foo", "bar", "bar", "foo"]}
uniq(tags)
# {tags => ["foo", "bar"]}