There is an array with some numbers. All numbers are equal except for one. I\'m trying to get this type of thing:
find_uniq([ 1, 1, 1, 2, 1, 1 ]) == 2 find_u