More uses of operator "in"
    "Nordlöw" via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Tue Oct 28 06:50:23 PDT 2014
    
    
  
Has there been any proposals/plans to make operator "in" work for 
elements in ranges such as
     assert('x' in ['x']);
I'm missing that Python feature when I work in D.
    
    
More information about the Digitalmars-d-learn
mailing list