operator + method

chars_view operator +(
  1. int offset
)

Implementation

chars_view operator +(int offset) => chars_view(_str, _pos + offset);