fn next(self: *ArgIterator) ?[:0]const u8
[src]
Get the next argument. Returns ‘null’ if we are at the end. Returned slice is pointing to the iterator’s internal buffer.
fn next(self: *ArgIterator) ?[:0]const u8
Get the next argument. Returns ‘null’ if we are at the end. Returned slice is pointing to the iterator’s internal buffer.