On Oct 10, 2013, at 3:44 PM, Brian Goetz <[email protected]> wrote:
> maxSize
"maxFoo" suggests an inclusive limit to "foo". "fooLimit" suggests an
exclusive limit.
For slice I suggest "sizeLimit" ("limit" with similar meaning to argument in
String.split or java.io.Reader.mark).
On Oct 9, 2013, at 5:45 AM, Paul Sandoz <[email protected]> wrote:
> Looks ok, but I have a preference to change the parameter name from
> "startInclusive" to say "n":
+1, noting java.io.Reader.skip.
— John
