summaryrefslogtreecommitdiff
path: root/docs/containers.md
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-08-27 20:35:51 -0400
committernodist <kevin.comas.git@gmail.com>2026-08-27 20:35:51 -0400
commit85773659adcced87804c6304fb71c9ea33ae43eb (patch)
treed9dde3bf623c104989a1d9d1b7aba1348c8ce80b /docs/containers.md
parentfd6892ff64b102bd494da0b1eea3113e758e6995 (diff)
all types have log opHEADmain
Diffstat (limited to 'docs/containers.md')
-rw-r--r--docs/containers.md70
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