Closed kpreid closed 2 months ago
Fixes:
Does part of:
Conflicts with #20 a bit; the introduction of Factory distinct from Self means that overriding Iterator::position() would not work naively without specialization, but that is not essential.
Factory
Self
Iterator::position()
Fixes:
6
29
19 (the iterators are now always unnameable)
Does part of:
2
4
Conflicts with #20 a bit; the introduction of
Factory
distinct fromSelf
means that overridingIterator::position()
would not work naively without specialization, but that is not essential.