You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
danakj
added
the
design
Design of the library systems as a whole, such as concepts
label
Dec 6, 2023
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.
The text was updated successfully, but these errors were encountered: