From 85773659adcced87804c6304fb71c9ea33ae43eb Mon Sep 17 00:00:00 2001 From: nodist Date: Thu, 27 Aug 2026 20:35:51 -0400 Subject: all types have log op --- docs/containers.md | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 68 insertions(+), 2 deletions(-) (limited to 'docs/containers.md') 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 -- cgit v1.2.3