Recurrence

n00b n00b at nospam.com
Tue Feb 19 02:37:29 PST 2013


Hello.

------
MyType increment(MyType previous)
{
	//snip
}

auto myRec = std.range.recurrence!increment(initialMyType);
-----

... doesn't work. What am I doing wrong? The documentation doesn't seem 
to imply the function has to be passed as a string, if that's the issue.


More information about the Digitalmars-d-learn mailing list