Suppose I have
val dirty = List(\"a\", \"b\", \"a\", \"c\")
Is there a list operation that returns \"a\", \"b\", \"c\"
inArr.distinct foreach println _