November 26, 2020
https://issues.dlang.org/show_bug.cgi?id=21430

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@n8sh created dlang/phobos pull request #7708 "dd `const` to front, save, & length properties of range returned by std.bitmanip.bitsSet" fixing this issue:

- Fix Issue 21430 - Add `const` to front, save, & length properties of range returned by std.bitmanip.bitsSet

https://github.com/dlang/phobos/pull/7708

--
November 28, 2020
https://issues.dlang.org/show_bug.cgi?id=21430

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #7708 "Add `const` to front, save, & length properties of range returned by std.bitmanip.bitsSet" was merged into master:

- 9a2ce3a1f4998bc366924f1ea71143df92b60f4e by Nathan Sashihara:
  Fix Issue 21430 - Add `const` to front, save, & length properties of range
returned by std.bitmanip.bitsSet

https://github.com/dlang/phobos/pull/7708

--