NSCompareHashTables

Function NSCompareHashTables 

Source
pub unsafe extern "C-unwind" fn NSCompareHashTables(
    table1: &NSHashTable,
    table2: &NSHashTable,
) -> bool
Available on crate feature NSHashTable only.
Expand description

ยงSafety

  • table1 generic should be of the correct type.
  • table2 generic should be of the correct type.