Function tskit::bindings::tsk_table_collection_print_state[][src]

pub unsafe extern "C" fn tsk_table_collection_print_state(
    self_: *const tsk_table_collection_t,
    out: *mut FILE
)

@brief Print out the state of this table collection to the specified stream.

This method is intended for debugging purposes and should not be used in production code. The format of the output should not be depended on and may change arbitrarily between versions.

@param self A pointer to a tsk_table_collection_t object. @param out The stream to write the summary to.