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.

Parameters

self: *ArgIterator,