I checked some of the issues out, and this looks legit. Although a good chuck relates to obscure platform abstractions.

  • ISO@lemmy.zipOP
    link
    fedilink
    arrow-up
    4
    ·
    21 days ago

    The new Iter struct basically mirrors slice’s Iter, but with poiners/pointer arithmetic used for everything (the new next() impl). PhantomData is used in both to track the lifetime of the data pointer.