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 8708504 commit 5734328Copy full SHA for 5734328
docs/iterators.md
@@ -11,7 +11,7 @@ interface Iterator<T> {
11
throw?(e?: any): IteratorResult<T>;
12
}
13
```
14
-
+([More on that `<T>` notation later](./types/generics.html))
15
This interface allows to retrieve a value from some collection or sequence
16
which belongs to the object.
17
0 commit comments