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.