You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Sources/FoundationExtensions/BidirectionalCollection.swift
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
// Created by Wade Tregaskis on 2024-03-11.
2
2
3
-
extensionBidirectionalCollection{
3
+
publicextensionBidirectionalCollection{
4
4
/// A combination of finding the longest prefix for some condition and transforming that prefix.
5
5
///
6
6
/// Combining the transformation with the prefix search is an efficiency improvement for some use-cases, as it avoids duplicate work in having to repeat the transformation on the winning prefix.
0 commit comments