NSCompareMapTables

Function NSCompareMapTables 

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

ยงSafety

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