If V is a static array, opIndex() und opIndexAssign() need to return a dynamic array slicing the value.
V.init redefinition to work around DMD bug 7752: If V is a static array, then V.init is of the array base type.
See Implementation
If V is a static array, opIndex() und opIndexAssign() need to return a dynamic array slicing the value.
V.init redefinition to work around DMD bug 7752: If V is a static array, then V.init is of the array base type.