Removes elements matching test and notifies when length shrinks.
test
@override void removeWhere(bool Function(E element) test) { _checkLength(() => peek.removeWhere(test)); }