(b) Promote a change in the compiler to convert immutable(T[]) to immutable(T)[] when passed by value into a function. This is safe and sensible.
I think this works well. Same goes for const and shared. -Steve
(b) Promote a change in the compiler to convert immutable(T[]) to immutable(T)[] when passed by value into a function. This is safe and sensible.
I think this works well. Same goes for const and shared. -Steve