PolymerLabs / arcs

Arcs
BSD 3-Clause "New" or "Revised" License
56 stars 35 forks source link

Support type variables in schema fields. #7137

Open shans opened 3 years ago

shans commented 3 years ago

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 commented 3 years ago

(from b/162102805)