qitab / cl-protobufs

Common Lisp protocol buffer implementation.
MIT License
84 stars 18 forks source link

Add a functions to get the length of a repeated field and the nth element of a repeated field. #226

Closed copybara-service[bot] closed 4 years ago

copybara-service[bot] commented 4 years ago

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.