Expand description
Macros used by iterators of slice.
Macrosยง
- forward_
iterator ๐ - if_zst ๐
- Convenience & performance macro for consuming the
end_or_len
field, by giving a(&mut) usize
or(&mut) NonNull<T>
depending whetherT
is or is not a ZST respectively. - is_
empty ๐ - iterator ๐
- len ๐