Skip to main content

pamoja_trend_free

Function pamoja_trend_free 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pamoja_trend_free(trend: *mut PamojaTrend)
Expand description

Releases a trend estimator handle.

Passing null is a no-op.

ยงSafety

trend must be a handle from pamoja_trend_new that has not already been freed, or null. After this call it must not be used again.