Skip to content

Commit e202b05

Browse files
committed
🤦‍♂️ public, yet again.
1 parent f5a96af commit e202b05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/FoundationExtensions/BidirectionalCollection.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Created by Wade Tregaskis on 2024-03-11.
22

3-
extension BidirectionalCollection {
3+
public extension BidirectionalCollection {
44
/// A combination of finding the longest prefix for some condition and transforming that prefix.
55
///
66
/// 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

Comments
 (0)