Creates a StringView from an entire String.
StringView(this._string) : _start = 0, _end = _string.length;