Document optional array and `_isUsed`
Open
documentation
enhancement
- Dominant language
- Python
- Stars
- 69
- Forks
- 36
- Avg merge
- 3h 30m
- Merged PRs (30d)
- 1
Description
### Describe the problem
We should make clear, for arrays which are optional (`minOccurs=0`), that there (sometimes) is no `_isUsed` variable available. So whether or not the optional array is provided needs to be indicated by/resolved from the array's size on the C code side.
This issue is derived from https://github.com/EVerest/cbexigen/issues/112.
### Describe your solution
_No response_
### Additional context
_No response_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.