For my applications, it would be helpful to be able to `Add(n)` and `Done(n)`, rather than having to do this with tons of individual `Add()`, `Done()` calls.
For my applications, it would be helpful to be able to
Add(n)andDone(n), rather than having to do this with tons of individualAdd(),Done()calls.