pub unsafe extern "C" fn tsk_treeseq_get_num_edges(
    self_: *const tsk_treeseq_t
) -> tsk_size_t
Expand description

@brief Get the number of edges

@rst Returns the number of edges in this tree sequence. @endrst

@param self A pointer to a tsk_treeseq_t object. @return Returns the number of edges.