Removes all items from the collision detection, see remove.
items
void removeAll(Iterable<T> items) => items.forEach(remove);