mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-29 03:06:35 -05:00
5 lines
69 B
Plaintext
5 lines
69 B
Plaintext
struct Tree {
|
|
// TODO: Add parent pointer
|
|
children: List(Tree)
|
|
}
|