linked-list supports index assign and concatenation

This commit is contained in:
2026-07-13 11:34:25 +02:00
parent 072fd9af39
commit 4df222496d
7 changed files with 52 additions and 29 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ const (
TypeItem = "item"
TypeIterator = "iterator"
TypeNumber = "number"
TypePair = "pair"
TypeIntPair = "int-pair"
TypeString = "string"
TypeDict = "dict"
TypeListOf = "list-of-"