On 5/2/16 4:14 PM, Namespace wrote:
I used it very often, but always assigned the result to an auto-type variable, never to a slice.
Using auto is fine, but the slice should not happen if you are assigning slice to a local var. There is a bug report on this: https://issues.dlang.org/show_bug.cgi?id=12625, though it's not as focused as I think it should be.
-Steve