Fields

allocator: Allocator,
index: usize,
args: [][:0]u8,

Functions

fn deinit(self: *ArgIteratorWasi) void

Call to free the internal buffer of the iterator.

fn init(allocator: Allocator) InitError!ArgIteratorWasi

You must call deinit to free the internal buffer of the iterator after you are …

You must call deinit to free the internal buffer of the iterator after you are done.

fn next(self: *ArgIteratorWasi) ?[:0]const u8

No documentation provided.

fn skip(self: *ArgIteratorWasi) bool

No documentation provided.

Values

InitError
type