11 lines
182 B
Cap'n Proto
Raw Normal View History

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