doc: add sample package file tree
This commit is contained in:
12
doc/std/lang/Package.im
Normal file
12
doc/std/lang/Package.im
Normal file
@@ -0,0 +1,12 @@
|
||||
package std.lang
|
||||
|
||||
protocol Package
|
||||
- size
|
||||
- iterator
|
||||
- exists:
|
||||
- put:at:
|
||||
- get:
|
||||
- map:
|
||||
- select:
|
||||
- select:collect:
|
||||
end
|
||||
Reference in New Issue
Block a user