On Sun, 22 Sep 2013 16:49:57 -0700
Andrei Alexandrescu <[email protected]> wrote:
> 
> * expand(b, minDelta, maxDelta) grows b's length by at least minDelta 
> (and on a best-effort basis by at least maxDelta)

Minor bikeshedding issue, but 'maxDelta' isn't a maximum at
all by your description, rather a suggested-but-optional minimum. So it
shouldn't be called 'maxDelta' - very misleading. Should be something
like 'preferredDelta' or 'idealMinDelta', etc.

Reply via email to