46904d710b
After we yield the final element from the iterator, we don't offset `ptr` agian, to avoid having it go out-of-bounds. However, `inner_end` may be several elements out-of-bounds, depending on the value of `size`. Therefore, we use `wrapping_offset` to avoid undefined behavior. |
||
---|---|---|
.. | ||
base | ||
debug | ||
geometry | ||
io | ||
linalg | ||
sparse | ||
lib.rs |