ArrayFrom<T> extension

on

Properties

fromPairs Map
fromPairs Creates an array from the pairs of array. @param array the list to compare against
no setter
initial List
initial Returns all but the last element of array. @param array the list to compare against
no setter

Methods

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