pub fn load_chunks<A, D>(
array: &OutOfCoreArray<A, D>,
chunk_indices: &[usize],
) -> Result<Vec<Array<A, D>>, CoreError>where
A: Clone + Serialize + for<'de> Deserialize<'de>,
D: Dimension + Serialize + for<'de> Deserialize<'de>,Expand description
Load chunks of an out-of-core array into memory