Member predicate Generated::Format::getArgumentRef
Gets the argument reference of this format, if it exists.
For example name and 0 in:
let name = "Alice";
println!("{name} in wonderland");
println!("{0} in wonderland", name);
Gets the argument reference of this format, if it exists.
For example name and 0 in:
let name = "Alice";
println!("{name} in wonderland");
println!("{0} in wonderland", name);