boxed arrays

This commit is contained in:
Robin Appelman 2023-12-18 16:36:14 +01:00
commit d54e44b51d
7 changed files with 143 additions and 6 deletions

View file

@ -0,0 +1,5 @@
"Types" {
fixed_array "[1 2 3.1]"
flex_array "[1.0 2.2]"
tuple "[1 57]"
}