[Issue 23242] InputRangeObject derived from RandomAccessInfinite is not a random-access range

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Jul 13 02:11:15 UTC 2022


https://issues.dlang.org/show_bug.cgi?id=23242

--- Comment #1 from Paul Backus <snarwin+bugzilla at gmail.com> ---
Blocked by issue 23243. InputRangeObject's .empty property must be a member
function in order to implement the InputRange interface, but isInfinite
requires .empty to be a manifest constant.

--


More information about the Digitalmars-d-bugs mailing list