Collection

Collection utilities.

removeAll( buffer, item )
src/utils/Collection.js:12

Remove all instances of an object from an array.

  • buffer Array

    Collection of objects

  • item Any

    Item to remove from collection