ArrayFrom<T> extension

on

Properties

fromPairs Map

Available on List<T>, provided by the ArrayFrom extension

fromPairs Creates an array from the pairs of array. @param array the list to compare against
no setter
initial List

Available on List<T>, provided by the ArrayFrom extension

initial Returns all but the last element of array. @param array the list to compare against
no setter

Methods

intersection(List values) List

Available on List<T>, provided by the ArrayFrom extension

intersection Creates an array of unique values that are included in all given arrays @param values the list to compare against