For head-unshared there is `static if (is(T U : shared U))`. But how do you get the unshared type for anything from `shared void*` to `shared uint` ?
-- Marco
Marco Leise via Digitalmars-d-learn Sun, 28 Sep 2014 02:17:14 -0700
For head-unshared there is `static if (is(T U : shared U))`. But how do you get the unshared type for anything from `shared void*` to `shared uint` ?
-- Marco