10 lines
145 B
Cap'n Proto
Raw Normal View History

2020-01-30 21:53:08 +01:00
@0xbbfd48ae4b99d016;
using CSharp = import "/csharp.capnp";
$CSharp.nullableEnable(true);
struct SomeStruct {
strings @0 : List(Text);
}