Add init method to lists

This commit is contained in:
Jason Paryani
2015-05-04 11:00:25 -07:00
parent 3d77722e88
commit a5bf532d53
4 changed files with 29 additions and 0 deletions

View File

@@ -37,3 +37,6 @@ struct AddressBook {
people @0 :List(Person);
}
struct NestedList {
list @0 :List(List(Int32));
}