Instance Methodswift 6.0.1_RegexParser->Swift
convertByOffset(_:in:)
func convertByOffset<C>(_ range: Range<Self.Index>, in c: C) -> Range<C.Index> where C : Collection
Other members in extension
Instance members
func convertByOffset<C>(Self.Index, in: C
) -> C.Index func index(atOffset: Int
) -> Self.Index func offset(of: Self.Index
) -> Int func offset(ofIndex: Self.Index
) -> Int func offsets(of: Range<Self.Index>
) -> Range<Int> func split(around: Range<Self.Index>
) -> (prefix: Self.SubSequence, Self.SubSequence, suffix: Self.SubSequence)