Given a string s, return the total number of substrings that contain only one distinct letter.
Constraints:
s.length
s[i] consists of only lowercase English letters.
Given a string s, return the total number of substrings that contain only one distinct letter.
Constraints:
s.length
s[i] consists of only lowercase English letters.