Module macros

Source
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 whether T is or is not a ZST respectively.
is_empty ๐Ÿ”’
iterator ๐Ÿ”’
len ๐Ÿ”’