Function hasUnusedArgs [src]

Prototype

pub fn hasUnusedArgs(self: *@This()) bool

Parameters

self: *@This()

Source

pub fn hasUnusedArgs(self: *@This()) bool { return @popCount(self.used_args) != self.args_len; }