diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-08-27 20:35:51 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-08-27 20:35:51 -0400 |
| commit | 85773659adcced87804c6304fb71c9ea33ae43eb (patch) | |
| tree | d9dde3bf623c104989a1d9d1b7aba1348c8ce80b /docs/containers.md | |
| parent | fd6892ff64b102bd494da0b1eea3113e758e6995 (diff) | |
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 |
