Function diff::chars

source · []
pub fn chars<'a>(left: &'a str, right: &'a str) -> Vec<Result<char>>
Expand description

Computes the diff between the chars of two strings.