you can test it yourself.
My guess
if (removed) {
removals += 1;
}
else {
removals += -removals; // which is 0 I guess
}
you can test it yourself.
My guess
if (removed) {
removals += 1;
}
else {
removals += -removals; // which is 0 I guess
}