macro_rules! assert_unequals {
($description:expr,$items:expr,$v:expr) => { ... };
}Expand description
ยงCheck if a value not equal to an another
descriptionThe unit descriptionitemsA vector contening all valuesvThe actual value to check unequality