Expand description
Simulating named arguments.
#[named_args] is for functions with named arguments.
arg!{} is an alias for structx!{}.
Macros§
- args
- Value of anonymous struct.
Attribute Macros§
- named_
args - Simulation of named arguments.
Simulating named arguments.
#[named_args] is for functions with named arguments.
arg!{} is an alias for structx!{}.