Skip to main content

cmp_keys

Function cmp_keys 

Source
pub fn cmp_keys(key: &str, other_key: &str) -> Ordering
Available on crate feature util only.
Expand description

Compares two configuration keys.

ยงArguments

  • key - The key to compare
  • other_key - The key to compare against