#APLQuest 2016-05: Write a function that takes a vector as its right argument and returns elements that occur only once in the vector (see https://apl.quest/2016/5/ to test your solution and view ours).

#APL #UniqueElements #FrequencyCounting

APL Quest 2016-5: You're Unique, Just Like Everyone Else

Write a function that takes a vector as its right argument and returns elements that occur only once in the vector.