How do you get T from shared(T) ?
    Marco Leise via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Sun Sep 28 02:20:16 PDT 2014
    
    
  
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
    
    
More information about the Digitalmars-d-learn
mailing list