I write lots of words about lots of things. May or may not contain tautological statements.
multi unique (*$x, *@xs) { member($x, |@xs) ?? unique(|@xs) !! ($x, unique(|@xs)) }