Skip to content

DynIterator type erasure #422

Open
Open
@danakj

Description

@danakj

Allow a fn to receive an iterator without being templated by receiving a DynIterator<Thing> which dispatches through virtual or otherwise (Stack or Heap erasure like for DynFn and friends).

This seems a bit less straightforward because iterators all inherit IteratorBase, but maybe that's neither here nor there.

Metadata

Metadata

Assignees

No one assigned

    Labels

    designDesign of the library systems as a whole, such as concepts

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions