mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-24 19:49:43 -05:00
698c21bc67
Fixes #678
7 lines
98 B
Plaintext
7 lines
98 B
Plaintext
using Ref<List<String>>
|
|
using List<Ref<Float32>>
|
|
|
|
struct StructWithRef {
|
|
r: Ref<Set<Float32>>
|
|
}
|