rust-ndarray / ndarray

ndarray: an N-dimensional array with array views, multidimensional slicing, and efficient operations
https://docs.rs/ndarray/
Apache License 2.0
3.63k stars 307 forks source link

Fix documentation for into_raw_vec_and_offset() #1432

Closed benliepert closed 2 months ago

benliepert commented 2 months ago

offset_from_alloc_to_logical_ptr() returns None, not 0 when the array is empty.