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:
The Dlang Bot 2018-04-15 01:42:45 +02:00 committed by GitHub
commit e13e3889ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 84 additions and 54 deletions

View file

@ -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