Add init method to lists
This commit is contained in:
@@ -37,3 +37,6 @@ struct AddressBook {
|
||||
people @0 :List(Person);
|
||||
}
|
||||
|
||||
struct NestedList {
|
||||
list @0 :List(List(Int32));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user