Operatorswift 6.0.3FoundationEssentials
==(_:_:)
- iOS
- 15+
- macOS
- 12+
- tvOS
- 15+
- watchOS
- 8+
static func == (lhs: AttributedString.Runs.Index, rhs: AttributedString.Runs.Index) -> Bool
static func == (lhs: AttributedString.Runs.Index, rhs: AttributedString.Runs.Index) -> Bool
s20FoundationEssentials16AttributedStringV4RunsV5IndexV2eeoiySbAG_AGtFZ
What are these?6P5JV
import FoundationEssentials
struct Index
@dynamicMemberLookup struct AttributedString
struct Runs
@frozen struct Bool
A value type whose instances are either true
or false
.
static func < (lhs: AttributedString.Runs.Index, rhs: AttributedString.Runs.Index) -> Bool
func advanced(by n: Int) -> AttributedString.Runs.Index
func distance(to other: AttributedString.Runs.Index) -> Int