ArrayUnion<T> extension Null safety

on

Properties

tail List
tail Gets all but the first element of array.
read-only

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