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 cb5c07b commit e198b04Copy full SHA for e198b04
std/range/package.d
@@ -6848,7 +6848,7 @@ pure @safe nothrow unittest
6848
range.
6849
6850
$(DDOC_SECTION_H `in` operator and `contains`:)
6851
- `iota` over an integral/pointer defines the `in` operator from the right.
+ `iota` over an integral/pointer type defines the `in` operator from the right.
6852
`val in iota(...)` is true when `val` occurs in the range. When present, it takes
6853
`step` into account - `val` won't be considered
6854
contained if it falls between two consecutive elements of the range.
0 commit comments