We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 797fd0a commit a80282cCopy full SHA for a80282c
Tree/Tree.swift
@@ -25,7 +25,7 @@ extension TreeNode: CustomStringConvertible {
25
}
26
27
extension TreeNode where T: Equatable {
28
- func search(value: T) -> TreeNode? {
+ public func search(value: T) -> TreeNode? {
29
if value == self.value {
30
return self
31
0 commit comments