API REFERENCE
Bibliography
Further info
Move constructor.
Returns a runner that is initialised from other. The state of the new runner is the same as copy, except that the function passed as an argument to run_until (if any) is not copied.
other
copy
other – the Runner to move from.