doc: add sample package file tree
This commit is contained in:
9
doc/std/lang/Iterator.im
Normal file
9
doc/std/lang/Iterator.im
Normal file
@@ -0,0 +1,9 @@
|
||||
package std.lang
|
||||
|
||||
protocol Iterator
|
||||
- value
|
||||
- moveNext
|
||||
- select:
|
||||
- select:collect:
|
||||
- iterator
|
||||
end
|
||||
Reference in New Issue
Block a user