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; }
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; }