Checks the mapping between two characters and updates the map. # Arguments `map` - The HashMap to store the mapping. `key` - The key character. `value` - The value character. # Returns `true` if the mapping is consistent, `false` otherwise.
(map: &mut HashMap<char, char>, key: char, value: char)
source not stored for this graph (policy: none)
no test coverage detected