Allow count to be used for multiple arrays
Open
- Dominant language
- Rust
- Stars
- 86
- Forks
- 18
- Avg merge
- 20h 49m
- Merged PRs (30d)
- 1
Description
I've the following definitions re-using the count for 2 arrays.
```
struct ActiveRoundsConfig {
round_index: 8,
ranging_role: 8,
_count_(responder_mac_list AND responder_slots): 8,
responder_mac_list: 8[],
responder_slot_scheduling: 8,
responder_slots: 8[],
}
```
Right now `_count_` only works for a single array.
Contributor guide
Assessment
This issue has not been assessed yet.