Files
dolt/nomdl/codegen/test/ref.noms
2015-09-21 13:29:16 -04:00

7 lines
98 B
Plaintext

using Ref(List(String))
using List(Ref(Float32))
struct StructWithRef {
r: Ref(Set(Float32))
}