[Issue 8084] std.stdio.ByLine is not true input range

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat May 12 07:10:28 PDT 2012


http://d.puremagic.com/issues/show_bug.cgi?id=8084


timon.gehr at gmx.ch changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |timon.gehr at gmx.ch


--- Comment #2 from timon.gehr at gmx.ch 2012-05-12 07:11:54 PDT ---
This is true, but byLine is not a true InputRange, therefore it is questionable
whether or not it should expose an InputRange interface. int opApply(scope int
delegate(scope string ln)) would be more descriptive.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list