File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
190190 - [ ] shock.reflection.global.*
191191
192192 - Used for what the `Reflect` namespace cannot be used for. Aliased `GlobalReflection::`, as well.
193+
You can’t perform that action at this time.
0 commit comments