pub trait NBytes: Array { // Provided method fn nbytes(&self) -> usize { ... } }
Total size of the array in bytes, including all children and buffers.