Skip to main content

array_zip

Function array_zip 

Source
pub fn array_zip(
    arr1: &[String],
    arr2: &[String],
    shortest: bool,
) -> Vec<String>
Expand description

Zip arrays together (from subst.c ${array:^other})