"Steven Schveighoffer" wrote in message news:op.xcnyu21leav7ka@stevens-macbook-pro.local...I think it would work without issue.Sure, probably.In fact, I wonder if that shouldn't be a "feature" of the array runtime anyway.It breaks the type system when you use it with immutable.
This is true. We could restrict it only to mutable arrays (I get the type in via its typeinfo).
-Steve