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

@brief Get the discrete time status

@rst If all times in the tree sequence are discrete integer values then this flag will be true @endrst @param self A pointer to a tsk_treeseq_t object. @return Returns true if all times are discrete.