vortex_array::nbytes

Trait ArrayNBytes

Source
pub trait ArrayNBytes {
    // Required method
    fn nbytes(&self) -> usize;
}

Required Methods§

Source

fn nbytes(&self) -> usize

Total size of the array in bytes, including all children and buffers.

Implementors§