mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-26 10:37:04 -06:00
7 lines
98 B
Plaintext
7 lines
98 B
Plaintext
using Ref(List(String))
|
|
using List(Ref(Float32))
|
|
|
|
struct StructWithRef {
|
|
r: Ref(Set(Float32))
|
|
}
|