pub unsafe extern "C" fn tsk_table_collection_individual_topological_sort(
    self_: *mut tsk_table_collection_t,
    options: tsk_flags_t
) -> c_int
Expand description

@brief Sorts the individual table in this collection.

@rst Sorts the individual table in place, so that parents come before children, and the parent column is remapped as required. Node references to individuals are also updated. @endrst

@param self A pointer to a tsk_table_collection_t object. @param options Sort options. Currently unused; should be set to zero to ensure compatibility with later versions of tskit. @return Return 0 on success or a negative value on failure.