[][src]Type Definition tskit_rust::bindings::tsk_id_t

type tsk_id_t = i32;

@brief Tskit Object IDs.

@rst All objects in tskit are referred to by integer IDs corresponding to the row they occupy in the relevant table. The tsk_id_t type should be used when manipulating these ID values. The reserved value TSK_NULL (-1) defines missing data. @endrst