[go: up one dir, main page]

[][src]Function diff::chars

pub fn chars<'a>(left: &'a str, right: &'a str) -> Vec<Result<char>>

Computes the diff between the chars of two strings.