On Thursday, 6 March 2014 at 11:49:51 UTC, Edwin van Leeuwen wrote:
On Thursday, 6 March 2014 at 11:28:21 UTC, Mike Parker wrote:See std.algorithm.moveThank you, can't believe I missed that. How do I specify that the function expects a temporary/xvalue (&&) parameter though?
What are you trying to do? D is not C++11. Pure functional programming in D follows a different path.