[Issue 17741] std.range.transposed does not work with Map
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Oct 26 15:55:43 UTC 2017
https://issues.dlang.org/show_bug.cgi?id=17741
Alexandru Razvan Caciulescu <alexandru.razvan.c at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |WONTFIX
--- Comment #4 from Alexandru Razvan Caciulescu <alexandru.razvan.c at gmail.com> ---
Decided to close this issue. The simple workaround is to use:
auto result = ror.array.transposed;
--
More information about the Digitalmars-d-bugs
mailing list