Skip to main content

sprintf_one

Function sprintf_one 

Source
fn sprintf_one(
    fmt: &str,
    data_args: &[&Vector],
    elem_idx: usize,
) -> Result<String, RError>
Expand description

Format one string from the format template, using element elem_idx from each data-arg vector (with recycling).