From 4b46d1e1b306a8573113aa971c5f8811256e2bd0 Mon Sep 17 00:00:00 2001 From: nodist Date: Wed, 8 Jul 2026 20:21:32 -0400 Subject: ring buffer pool allocators --- docs/type_system/select.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/type_system') diff --git a/docs/type_system/select.md b/docs/type_system/select.md index 98719a5..e68fc32 100644 --- a/docs/type_system/select.md +++ b/docs/type_system/select.md @@ -21,7 +21,7 @@ typedef struct { ```text Enum[Generic.T; Collection[.symbol : %const Value]] `alias Select[[SINGLE]; Generic.T; Collection[VAR_TREE_LIST; .symbol : %const Value]] -Mask[Generic.T; Collection[.symbol : %const Value]] `alias Select[[MULTIPLE]; Generic.T; Collection[VAR_TREE_LIST; .symbol : %const Value]] +Mask[Generic.T; Collection[.symbol]] `alias Select[[MULTIPLE]; Generic.T; Collection[VAR_TREE_LIST; .symbol]] ``` ## Definition Example -- cgit v1.2.3