Shouldn't inout be used here?
In my strive to add msgpacking support for std.container.Array
I've been blocked by the fact that std.container.Array.opIndex
only has one overload which is non-const probably because it
returns a ref T. This doesn't place nicely with serialization.
- Non-const std.container.Array.opInde... Nordlöw
- Re: Non-const std.container.Arr... Nordlöw
- Re: Non-const std.container... monarch_dodra via Digitalmars-d-learn
- Re: Non-const std.conta... Nordlöw