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.

Parameters

self: *ArgIterator,