Hi everyone,

I have a schema that uses a two-dimensional list. The schema looks like 
this:

struct Feature {
  coordinates @4 :List(List(Float64));
}

Where coordinates will be a list of 2-item lists. I can initialise the 
outer list easily:

feature = geo_schema.Feature.new_message()
coordinates = feature.init("coordinates", 10)

But I can't seem to initialise the inner lists. Is there a trick I'm 
missing?

Regards,
Wichert.

-- 
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/41ffdedc-f0a8-47b4-b687-2828bc7bebfen%40googlegroups.com.

Reply via email to