[][src]Function rust_algorithm::gcd_of_strings

pub fn gcd_of_strings(str1: String, str2: String) -> Option<String>