public bool Contains(char value) => SpanHelpers.Contains(ref _firstChar, value, Length);