Expand description
Macros for delegating newtype iterators to inner types.
Macrosยง
- delegate_
indexed_ ๐iterator - Creates an indexed parallel iterator implementation which simply wraps an
inner type and delegates all methods inward. The actual struct must already
be declared with an
inner
field. - delegate_
iterator ๐ - Creates a parallel iterator implementation which simply wraps an inner type
and delegates all methods inward. The actual struct must already be
declared with an
inner
field.