mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-29 19:39:52 -05:00
8358bfe33a
Fixes #311
7 lines
98 B
Plaintext
7 lines
98 B
Plaintext
using Ref(List(String))
|
|
using List(Ref(Float32))
|
|
|
|
struct StructWithRef {
|
|
r: Ref(Set(Float32))
|
|
}
|