doc: add sample package file tree
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package std.lang
|
||||
|
||||
protocol String
|
||||
- size
|
||||
- uppercase
|
||||
- lowercase
|
||||
- append:
|
||||
- prepend:
|
||||
- at:insert:
|
||||
- contains:
|
||||
- iterator
|
||||
end
|
||||
Reference in New Issue
Block a user