mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 00:46:07 +00:00
work on adding indexing and slices
This commit is contained in:
@@ -70,6 +70,9 @@ func anyToArgon(x any, quote bool, simplify bool, depth int, indent int, color b
|
||||
output = append(output, "\x1b[0m")
|
||||
}
|
||||
case ArMap:
|
||||
if len(x) == 0 {
|
||||
return "{}"
|
||||
}
|
||||
keys := make([]any, len(x))
|
||||
|
||||
i := 0
|
||||
|
||||
Reference in New Issue
Block a user