fn make_count(
count: &FormatCount,
argmap: &mut FxIndexMap<(usize, ArgumentType), Option<Span>>,
) -> (bool, u16)Expand description
Get the value for a width or precision field.
Returns the value and whether it is indirect (an indexed argument) or not.