reneha Sun, 20 Sep 2020 13:15:57 -0700
I noticed that iterators cannot be polymorphic. I can work around this using checking the type using _of_ , but this feels a bit like a hack.
Why can't iterators be polymorphic? Is there a more elegant workaround? Did I miss something?