arcs icon indicating copy to clipboard operation
arcs copied to clipboard

Support type variables in schema fields.

Open shans opened this issue 4 years ago • 1 comments

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]

shans avatar Apr 27 '21 21:04 shans

(from b/162102805)

shans avatar Apr 27 '21 21:04 shans