Files
dolt/nomdl/codegen/test/ref.noms
T
2015-12-02 12:30:00 -05:00

7 lines
98 B
Plaintext

using Ref<List<String>>
using List<Ref<Float32>>
struct StructWithRef {
r: Ref<Set<Float32>>
}