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

@brief Get the discrete genome status

@rst If all the genomic locations 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 genomic locations are discrete.