D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 23304 - Add core.bitops.ReverseBitRange
Summary: Add core.bitops.ReverseBitRange
Status: RESOLVED WONTFIX
Alias: None
Product: D
Classification: Unclassified
Component: druntime (show other issues)
Version: D2
Hardware: All All
: P1 enhancement
Assignee: No Owner
URL:
Keywords: pull
Depends on:
Blocks:
 
Reported: 2022-08-24 07:11 UTC by Keivan
Modified: 2022-08-26 11:27 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Keivan 2022-08-24 07:11:47 UTC
This complements the BitRange in core.bitops. 

Useful when you want to traverse the bitset in reverse without having to reverse the underlying bitset.
Comment 1 Dlang Bot 2022-08-24 07:39:40 UTC
@keivan-shah updated dlang/dmd pull request #14380 "Fix Issue 23304 - Add core.bitops.ReverseBitRange" fixing this issue:

- Fix Issue 23304 - Add core.bitops.ReverseBitRange

https://github.com/dlang/dmd/pull/14380
Comment 2 RazvanN 2022-08-26 11:27:12 UTC
Closing as per the discussion in: https://github.com/dlang/dmd/pull/14380