ArrayUnion<T> extension

on

Properties

tail List
tail Gets all but the first element of array.
no setter

Methods

unionBy(List values, Function iteratee) List
unionBy Creates an array of unique values, in order, from all given arrays @param values the list to compare against @param iteratee the function to determine equality