
17 Nov
2010
17 Nov
'10
9:24 p.m.
On 17/11/10 22:18, Jeffrey Lee Hellrung, Jr. wrote:
Are you objecting to the syntax or to the entire idea of letting sequences opt in for tighter control of their iteration?
I'm not 100% convinced it's a good idea, but I'm not convinced it's a bad idea either. It appears (to me, at least) to be one solution to the OP's question, and to Mathias/Joel's problem with "packing" range elements together to vectorize operations.
It also could (speculation) make iterating over a type-erased range more efficient, compared to using type-erased iterators.
Binding algorithm to container type lessen genericity of code.