[review] new string type

Steven Wawryk stevenw at acres.com.au
Wed Jan 12 01:53:00 PST 2011


> s = find(s.codeUnits, '\u2729');

Sorry, I didn't mean the the codeUnits retuning a size_t.  I meant an 
accessor for the underlying code-unit range.  Something like

@property T[] codeUnits() { return _data; }



More information about the Digitalmars-d mailing list