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 c6a57d3 commit 202d7f3Copy full SHA for 202d7f3
spec/template.dd
@@ -902,8 +902,8 @@ $(H4 $(LNAME2 seq-ops, Sequence Operations))
902
$(DDSUBLINK spec/expression, index_expressions, indexing) an
903
$(I AliasSeq) with `Seq[n]`. Indexes must be known at compile-time.
904
The result is an lvalue when the element is a variable.)
905
- $(LI Sub-sequences can be obtained using
906
- $(DDSUBLINK spec/expression, slice_expressions, slicing) syntax.)
+ $(LI $(DDSUBLINK spec/expression, slice_expressions, Slicing)
+ produces a new sequence with a subset of the elements of the original sequence.)
907
)
908
909
$(SPEC_RUNNABLE_EXAMPLE_RUN
0 commit comments