On Monday, 8 December 2014 at 23:05:49 UTC, deadalnix wrote:
scope(int)[] do not make any sense. The slice cannot outlive its content. scope as a flag on expressions/symbols is very useful.
I'd say it strange for directly the opposite reason - pure value type is inherently scope so adding such annotation shouldn't matter in general.
