Describe ranges in terms of ranges
Open
@hcedwar is already working on this.
Since May 2, 2018.
subject - mdspan (P0009)
work - wording
- Dominant language
- HTML
- Stars
- 29
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
When writing standard library wording, ranges need to be expressed using range syntax. For example:
NO (don't do this): 0 <= i < rank_dynamic().
YES (do this): i in [0, rank_dynamic()).
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.