mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-26 10:37:04 -06:00
7 lines
76 B
Plaintext
7 lines
76 B
Plaintext
struct StructWithList {
|
|
l: List(UInt8)
|
|
b: Bool
|
|
s: String
|
|
i: Int64
|
|
}
|