chars_view constructor

chars_view(
  1. String _str, [
  2. int _pos = 0
])

Implementation

chars_view(this._str, [this._pos = 0]);