Skip to main content

format_numpy_dim

Function format_numpy_dim 

Source
pub(crate) fn format_numpy_dim(
    et: ElementType,
    shape: &[u64],
    data: &[u8],
    depth: usize,
    offset: u64,
) -> String
Expand description

Recursively build nested-bracket notation for dimension depth.