Function zarrs::storage::create_array

source ·
pub fn create_array(
    storage: &dyn WritableStorageTraits,
    path: &NodePath,
    array: &ArrayMetadata
) -> Result<(), StorageError>
Expand description

Create an array.

§Errors

Returns a StorageError if there is an underlying error with the store.