arcs
arcs copied to clipboard
Support type variables in schema fields.
It should be possible as an example to create the following particle:
particle Unpack
input: reads Packet {data: [inline ~a with {id: Text}]}
output: writes [~a]
(from b/162102805)