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

RazvanN <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from RazvanN <[email protected]> ---
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?

--

Reply via email to