Collection
Collection utilities.
removeAll
( buffer, item
)
src/utils/Collection.js:12
Remove all instances of an object from an array.
-
buffer
ArrayCollection of objects
-
item
AnyItem to remove from collection