Skip to content

Commit 2857e57

Browse files
committed
Cleanup.
1 parent 31f5588 commit 2857e57

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Sources/DiffableTextStylesXNumeric/Helpers/Search.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ import DiffableTextKit
1717
@usableFromInline enum Search<Haystack, Needle> where
1818
Haystack: BidirectionalCollection, Haystack.Element == Symbol,
1919
Needle: BidirectionalCollection, Needle.Element == Character {
20+
21+
//=------------------------------------------------------------------------=
22+
// MARK: Aliases
23+
//=------------------------------------------------------------------------=
24+
2025
@usableFromInline typealias Location = Range<Haystack.Index>
2126
@usableFromInline typealias Reversed = Search<ReversedCollection<Haystack>, ReversedCollection<Needle>>
2227

0 commit comments

Comments
 (0)