Function write_array_binary

Source
pub fn write_array_binary<P, A, S>(
    path: P,
    array: &ArrayBase<S, IxDyn>,
) -> Result<()>
where P: AsRef<Path>, A: Serialize + Clone, S: Data<Elem = A>,
Expand description

Convenience function to write an array to binary format