mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 14:40:30 +03:00
Fix links
This commit is contained in:
parent
0fdb6e0c35
commit
11b32b56e5
19 changed files with 49 additions and 49 deletions
|
@ -1663,7 +1663,7 @@ Returns: A wrapper $(D struct) that preserves the range interface of $(D input).
|
|||
|
||||
opSlice:
|
||||
Infinite ranges with slicing support must return an instance of
|
||||
$(XREF range_package, Take) when sliced with a specific lower and upper
|
||||
$(XREF range, Take) when sliced with a specific lower and upper
|
||||
bound (see $(XREF range_primitives, hasSlicing)); $(D handle) deals with this
|
||||
by $(D take)ing 0 from the return value of the handler function and returning
|
||||
that when an exception is caught.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue