Function regorust::regoFree

source ยท
pub unsafe extern "C" fn regoFree(rego: *mut regoInterpreter)
Expand description

Frees a Rego interpreter.

This pointer must have been allocated with regoNew.

@param rego The interpreter to free.