Returns an unordered/random iterator over the input array..
const unOrdered = uItems([1, 2, 3, 4]); // [4, 1, 3, 2] Copy
const unOrdered = uItems([1, 2, 3, 4]); // [4, 1, 3, 2]
Returns an unordered/random iterator over the input array..