[Issue 13964] InputRange!T doesn't have save method
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Fri Jan 9 23:31:18 PST 2015
https://issues.dlang.org/show_bug.cgi?id=13964
Ketmar Dark <ketmar at ketmar.no-ip.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ketmar at ketmar.no-ip.org
--- Comment #1 from Ketmar Dark <ketmar at ketmar.no-ip.org> ---
input ranges are not required to have `.save`. this is forward ranges which
are: http://dlang.org/phobos/std_range.html#isForwardRange
--
More information about the Digitalmars-d-bugs
mailing list