mirror of
https://codeberg.org/icewind/vdf-reader.git
synced 2026-06-03 10:04:08 +02:00
boxed arrays
This commit is contained in:
parent
778696590a
commit
d54e44b51d
7 changed files with 143 additions and 6 deletions
5
tests/data/serde_array_type.vdf
Normal file
5
tests/data/serde_array_type.vdf
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
"Types" {
|
||||
fixed_array "[1 2 3]"
|
||||
flex_array "[1.0 2.2]"
|
||||
tuple "[1 57]"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue