mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 06:30:28 +03:00
Fix broken link to isForwardRange in split doc.
This commit is contained in:
parent
939fb045e3
commit
77585def4f
1 changed files with 1 additions and 1 deletions
|
@ -1311,7 +1311,7 @@ deprecated("Please use std.algorithm.splitter instead.") alias splitter = std.al
|
|||
/++
|
||||
Eagerly splits $(D range) into an array, using $(D sep) as the delimiter.
|
||||
|
||||
The range must be a $(FULL_XREF std_range.html#isForwardRange, forward range).
|
||||
The range must be a $(XREF2 range, isForwardRange, forward range).
|
||||
The separator can be a value of the same type as the elements in $(D range) or
|
||||
it can be another forward range.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue