From a41e83e6a28d17e41fcf90c4d39003a06fa9ba51 Mon Sep 17 00:00:00 2001 From: nodist Date: Fri, 22 May 2026 16:56:03 -0400 Subject: start adding ops to types --- docs/type_system/tuple.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/type_system/tuple.md') diff --git a/docs/type_system/tuple.md b/docs/type_system/tuple.md index 57158b1..0c89c67 100644 --- a/docs/type_system/tuple.md +++ b/docs/type_system/tuple.md @@ -7,3 +7,7 @@ A sequence of different types accessed by index or a symbol mapped to an index ```text Tuple[TYPE; TYPE.SYMBOL; ...] ``` + +# Operators + +## ``get` -- cgit v1.2.3