google / google/pdl

Allow count to be used for multiple arrays

Open
#122 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.