http://d.puremagic.com/issues/show_bug.cgi?id=4264
yebblies <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from yebblies <[email protected]> 2010-07-16 07:49:34 PDT --- The problem with the last example seems to be that the template arguments to 'to' are in the wrong order. Also, how can the opApply example work with lazy iteration? As far as I know opApply does not provide any way to pause and resume iteration. It would be possible on the other hand to allow array to work on anything that supplies opApply. eg. // s defines opApply map!func(array(s)) // no lazy iteration // but not array(map!func(s)) -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
