Instance Propertyswift 6.0.3FoundationEssentials
startIndex
- iOS
- 15+
- macOS
- 12+
- tvOS
- 15+
- watchOS
- 8+
var startIndex: AttributedString.Runs.AttributesSlice2<T, U>.Index { get }
var startIndex: AttributedString.Runs.AttributesSlice2<T, U>.Index { get }
s20FoundationEssentials16AttributedStringV4RunsV16AttributesSlice2V10startIndexAC0I0Vvp
What are these?9SCF4
import FoundationEssentials
@preconcurrency struct AttributesSlice2<T, U> where T : AttributedStringKey, U : AttributedStringKey, T.Value : Sendable, U.Value : Sendable
@dynamicMemberLookup struct AttributedString
struct Runs
typealias Index = AttributedString.Index
var endIndex: AttributedString.Runs.AttributesSlice2<T, U>.Index { get }
subscript(position: AttributedString.Index) -> AttributedString.Runs.AttributesSlice2<T, U>.Element { get }
func index(after i: AttributedString.Runs.AttributesSlice2<T, U>.Index) -> AttributedString.Runs.AttributesSlice2<T, U>.Index
func index(before i: AttributedString.Runs.AttributesSlice2<T, U>.Index) -> AttributedString.Runs.AttributesSlice2<T, U>.Index
func makeIterator() -> AttributedString.Runs.AttributesSlice2<T, U>.Iterator
struct Iterator
typealias Element = (T.Value?, U.Value?, Range<AttributedString.Index>)