pub fn find_left_right(arbre: String) -> (String, String, String)
Expand description

Split a parenthesed tree into left and right parenthesed trees and trailing string.