ArrayPull<T> extension

on

Methods

pull(List values) List
pull Removes all given values from array. @param values the list to compare against
pullAt(List indexes) List
pullAt Removes all given values @parem indexes the indexes to remove