fn skip(self: *ArgIterator) bool
[src]
Parse past 1 argument without capturing it. Returns true
if skipped an arg, false
if we are at the end.
fn skip(self: *ArgIterator) bool
Parse past 1 argument without capturing it. Returns true
if skipped an arg, false
if we are at the end.