Function deinit [src]
Frees the iterator's copy of the command-line string and all previously returned
argument slices.
Prototype
pub fn deinit(self: *ArgIteratorWindows) void
Parameters
self: *ArgIteratorWindows
Source
pub fn deinit(self: *ArgIteratorWindows) void {
self.allocator.free(self.buffer);
}