Skip to content

Commit 0c9bc15

Browse files
authored
Update TODO
1 parent a784e43 commit 0c9bc15

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

TODO

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@
114114
- [ ] undefined
115115
- [ ] Iterator.\<T> (interface)
116116
- [ ] required `next():{ done: Boolean, value?: T }`
117-
- [ ] `length():int`
117+
- [ ] `length():int` (consumes the whole iterator)
118118
- [ ] `skip(count:int):void`
119119
- [ ] `shock_proxy::filter(...)` (returns another iterator)
120-
- [ ] Other functional methods
120+
- [ ] Other functional methods (iterator *helper methods* like `map`, `every`, `some`, `reduce`...)
121121
- [ ] Iterable.\<K, V> (interface) requires keys() and values()
122122
- [ ] Generator.\<T>
123123
- [ ] Comparable interface
@@ -190,3 +190,4 @@
190190
- [ ] shock.reflection.global.*
191191

192192
- Used for what the `Reflect` namespace cannot be used for. Aliased `GlobalReflection::`, as well.
193+

0 commit comments

Comments
 (0)