Function init [src]
Prototype
pub fn init() ArgIteratorPosix Source
pub fn init() ArgIteratorPosix {
return ArgIteratorPosix{
.index = 0,
.count = std.os.argv.len,
};
} pub fn init() ArgIteratorPosix pub fn init() ArgIteratorPosix {
return ArgIteratorPosix{
.index = 0,
.count = std.os.argv.len,
};
}