Files
ivy/doc/std/lang/Iterator.im

10 lines
118 B
Plaintext
Raw Normal View History

2024-11-13 21:55:32 +00:00
package std.lang
protocol Iterator
- value
- moveNext
- select:
- select:collect:
- iterator
end