The case of creating capnp lists of size 0 didn't consider lists of
composite elements (structs), which requires the addition of list
element information.
This commit removes the case of size 0 when creating the list in order
to enable the creation of 0 sized lists of any element type (struct).
The case of creating capnp lists of size 0 didn't consider lists of composite elements (structs), which requires the addition of list element information.
This commit removes the case of size 0 when creating the list in order to enable the creation of 0 sized lists of any element type (struct).