Add a functions to get the length of a repeated field and the nth element of a repeated field.
We should be able to get the length of a repeated field and
the nth element of a repeated field like is
possible in every other protobuf library.
This finished the api of repeated fields for cl-protobufs.
Add a functions to get the length of a repeated field and the nth element of a repeated field.
We should be able to get the length of a repeated field and the nth element of a repeated field like is possible in every other protobuf library. This finished the api of repeated fields for cl-protobufs.