I have a Struct containing generics which accepts another struct such as
```
struct foo (a){
field @0 :a
}
struct b{}
struct c{
field:List(a(b)
}
```
the example above wont work because I need to pass a b pointer to a but
There is no documentation for defining pointers
I tried *b and &b which does not work.
How do I define the pointer?
--
You received this message because you are subscribed to the Google Groups
"Cap'n Proto" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/capnproto/bd400995-9d98-4caf-8e10-81a3fe1de564%40googlegroups.com.