pub fn array_from_shape<T>(shape: &[usize]) -> Box<dyn Array>where T: 'static + Send + Sync + Clone + Default + GetDLPackDataType + DLPackPointerCast,
Convenience constructor for the default backing.