mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 22:50:38 +03:00
Merge pull request #6435 from JackStouffer/input-range-link
Make references to input ranges a link to isInputRange merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
This commit is contained in:
commit
e13e3889ac
17 changed files with 84 additions and 54 deletions
|
@ -1091,7 +1091,7 @@ that can be executed via `pred(element)`.
|
|||
|
||||
Params:
|
||||
predicate = Function to apply to each element of range
|
||||
range = Input range of elements
|
||||
range = An $(REF_ALTTEXT input range, isInputRange, std,range,primitives) of elements
|
||||
|
||||
Returns:
|
||||
`filter!(predicate)(range)` returns a new range containing only elements `x` in `range` for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue