Function write_sane_arrays_dyn

Source
pub fn write_sane_arrays_dyn<'a, F: Write, Arrays>(
    file: F,
    arrays: Arrays,
) -> Result<(), WriteError>
where Arrays: IntoIterator<Item = &'a Sane>,
Expand description

Write multiple SANE-encoded arrays to a file, each with a dynamic shape and data type