Skip to content

Commit

Permalink
Compositor // Mark stableSort() as fileprivate. (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShikiSuen authored Jun 22, 2022
1 parent 31a8a2e commit d184d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Megrez/1_Compositor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ extension Sequence {
///
/// - Parameter areInIncreasingOrder: Return nil when two element are equal.
/// - Returns: The sorted collection.
func stableSorted(
fileprivate func stableSorted(
by areInIncreasingOrder: (Element, Element) throws -> Bool
)
rethrows -> [Element]
Expand Down

0 comments on commit d184d3b

Please sign in to comment.