More fun with std.range.transposed

monarch_dodra monarchdodra at gmail.com
Wed Feb 13 14:07:30 PST 2013


On Wednesday, 13 February 2013 at 21:34:27 UTC, H. S. Teoh wrote:
> http://d.puremagic.com/issues/show_bug.cgi?id=9507
>
> Thoughts?
>
>
> T

Just a quick question: Isn't "Transverse" conceptually the same 
as a "range of FrontTraversal" ?

I'd say you have two options:
1) Simply statically enforce "EnforceNotJagged": This would make 
more sense (IMO) given the definition of "Transverse". You could 
enforce it via asserts.

2) Just like FrontTraversal, allow an option parameter.


More information about the Digitalmars-d mailing list