SKIndexCopyDocumentIDArrayForTermID

Function SKIndexCopyDocumentIDArrayForTermID 

Source
pub unsafe extern "C-unwind" fn SKIndexCopyDocumentIDArrayForTermID(
    in_index: &SKIndex,
    in_term_id: CFIndex,
) -> Option<CFRetained<CFArray>>
👎Deprecated: renamed to SKIndex::document_id_array_for_term_id
Available on crate feature SKIndex only.