mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-11 02:59:34 -06:00
7 lines
60 B
Plaintext
7 lines
60 B
Plaintext
struct Struct {
|
|
s: String
|
|
b: Bool
|
|
}
|
|
|
|
using List<Struct>
|