We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f88980 commit 045d61bCopy full SHA for 045d61b
spec/operatoroverloading.dd
@@ -975,8 +975,8 @@ void main()
975
976
$(P To overload array slicing of the form $(D a[)$(SLICE)$(D ]),
977
two steps are needed. First, the expressions of the form $(SLICE) are
978
- translated via $(D opSlice!0) into user-defined objects that encapsulate
979
- the endpoints $(I i) and $(I j). Then these user-defined objects are
+ translated via $(D opSlice!0) into objects that encapsulate
+ the endpoints $(I i) and $(I j). Then these objects are
980
passed to $(D opIndex) to perform the actual slicing.)
981
982
$(SPEC_RUNNABLE_EXAMPLE_RUN
0 commit comments