startIndex
The position of the first character in a nonempty attributed string.
Declaration
var startIndex: AttributedString.Index { get }Discussion
In an empty string, startIndex is equal to endIndex.
The position of the first character in a nonempty attributed string.
var startIndex: AttributedString.Index { get }In an empty string, startIndex is equal to endIndex.