Type Definition tskit::bindings::tsk_size_t

source · []
pub type tsk_size_t = u64;
Expand description

@brief Tskit sizes.

@rst The tsk_size_t type is an unsigned integer used for any size or count value. @endrst

Trait Implementations

Converts to this type from the input type.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more