[go: up one dir, main page]

chars

Function 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.