[Issue 17741] std.range.transposed does not work with Map

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Oct 25 12:19:18 UTC 2017


https://issues.dlang.org/show_bug.cgi?id=17741

RazvanN <razvan.nitu1305 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |razvan.nitu1305 at gmail.com

--- Comment #1 from RazvanN <razvan.nitu1305 at gmail.com> ---
What should be the solution here? Implement an overload which accepts a range
with non-assignable elements and returns a range with non-assignable elements
or offer the illusion of assign-ability by implementing a hashtable on top of
transpose which tracks the changes performed in the initial range?

--


More information about the Digitalmars-d-bugs mailing list