https://www.rfc-editor.org/rfc/rfc8746.html#name-homogeneous-array
Homogeneous arrays are important to optimize payload size.
I've tried to tag a CBORArray object with tag 41 (as defined in the RFC) and the tag is added but with no effect on the data structure.
Are homogeneous arrays supported by this library and I'm doing something wrong? Otherwise it will be nice to implement this.