diff options
Diffstat (limited to 'docs/containers.md')
| -rw-r--r-- | docs/containers.md | 70 |
1 files changed, 68 insertions, 2 deletions
diff --git a/docs/containers.md b/docs/containers.md index 7e9d97a..097744e 100644 --- a/docs/containers.md +++ b/docs/containers.md @@ -4,24 +4,90 @@ ## String +### Operators + +* ``log` + +### `@` + ## Array +### Operators + +* ``log` + +### `@` + +### De-structuring + ## Tuple +### Operators + +* ``log` + +### De-structuring + ## Table +### Operators + +* ``log` + +### De-structuring + ## Map +### Operators + +* ``log` + ## Set +### Operators + +* ``log` + ## Union +### Operators + +* ``log` + +### `#` + ## Any +### Operators + +* ``log` + +### `#` + ## Native +### Operators + +* ``log` + +## Module + +### Operators + +* ``export` + +* ``import` + +* ``log` + +### De-structuring + ## Namespace -### ``import +### Operators + +* ``use` + +* ``log` -### ``export +### De-structuring |
