Is there any particular reason juce::String doesn’t come with a begin() and an end() method?
afaics, it is iterable in principle, and even has an operator[] method, but unfortunately without a begin/end it’s not compatible with the STL, ranges, and the range-based for loop.
Am I missing something?
