mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-31 03:18:43 -06:00
7 lines
60 B
Plaintext
7 lines
60 B
Plaintext
struct Struct {
|
|
s: String
|
|
b: Bool
|
|
}
|
|
|
|
using List<Struct>
|