pullAt method

List pullAt(
  1. List indexes
)

pullAt Removes all given values @parem indexes the indexes to remove

Implementation

List pullAt(List indexes) => array.pullAt(this, indexes);