Files

11 lines
142 B
Cap'n Proto
Raw Permalink Normal View History

2026-07-09 15:22:00 +08:00
@0xe1f2a3b4c5d6e7f9;
struct Holder(T) {
value @0 :T;
}
struct Container {
textHolder @0 :Holder(Text);
dataHolder @1 :Holder(Data);
}