static long parseLeadingLong(S s) { int i = endOfLeadingInteger(s); ret i > 0 ? parseLong(takeFirst(i, s)) : 0; }