Expand description
Macros for delegating newtype iterators to inner types.
Macrosยง
- 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.