On Monday, 22 June 2015 at 09:08:45 UTC, Per Nordlöw wrote:
Something like this

    userInput(T)(string message, T x);

Correction, should be

    userInput(T)(string message, ref T x)

Reply via email to