#[no_mangle]
pub unsafe extern "C" fn forward_graph_model_end_time(
    status: *mut i32,
    graph: *const OpaqueForwardGraph
) -> f64
Expand description

Get the model end time.

The value returned is one generation after the last parental generation. Thus, this value defines a half-open interval during which parental demes exist.

§Safety

graph must be a valid pointer to an OpaqueForwardGraph. status must be a valid pointer to an i32.