We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7843a3b commit 5dc62e6Copy full SHA for 5dc62e6
src/impl_owned_array.rs
@@ -79,7 +79,7 @@ where D: Dimension
79
80
/// Return a vector of the elements in the array, in the way they are
81
/// stored internally, and the index in the vector corresponding to the
82
- /// logically first element of the array (or 0 if the array is empty).
+ /// logically first element of the array (or None if the array is empty).
83
///
84
/// If the array is in standard memory layout, the logical element order
85
/// of the array (`.iter()` order) and of the returned vector will be the same.
0 commit comments