Finding chars in strings
    Per Nordlöw via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Tue Sep  5 08:43:02 PDT 2017
    
    
  
If a character literal has type char, always below 128, can we 
always search for it's first byte offset in a string without 
decoding the string to a range of dchars?
    
    
More information about the Digitalmars-d-learn
mailing list