Function argsWithAllocator [src]
You must deinitialize iterator's internal buffers by calling deinit when done.
Prototype
pub fn argsWithAllocator(allocator: Allocator) ArgIterator.InitError!ArgIterator Parameters
allocator: Allocator Source
pub fn argsWithAllocator(allocator: Allocator) ArgIterator.InitError!ArgIterator {
return ArgIterator.initWithAllocator(allocator);
}