transposed with enforceNotJagged not throwing?

Steven Schveighoffer schveiguy at gmail.com
Mon Sep 24 13:55:28 UTC 2018


On 9/22/18 4:37 PM, berni wrote:
> On Saturday, 22 September 2018 at 12:52:45 UTC, Steven Schveighoffer wrote:
>> It was suggested when transposed was fixed to include opIndex, but 
>> never implemented.
> 
> Maybe I'm too naive, but isn't it easy to implement it just the same 
> way, it is done with transverse? That is: putting the "static if"-part 
> from the constructor there in the constructor of Transposed?
> 

You're not too naive, it would be easy (I think I said as much here: 
https://github.com/dlang/phobos/pull/5805#issuecomment-341234846). It 
just wasn't done in that pull (which was focused on a different problem).

Please feel free to submit a fix!

-Steve


More information about the Digitalmars-d-learn mailing list