pub fn write_array2_u8(array: &Array2<u8>, path: &Path) -> Result<()>
Write an Array2<u8> to a raw binary file format.
Array2<u8>