[][src]Function rvs::rvs_done

#[no_mangle]pub extern "C" fn rvs_done(model: *mut Model, handle: u32) -> bool

Returns the done value of a variable via the result pointer

Errors

  • Returns false if handle is invalid
  • Returns false if rvs_next has not been called

Panics

  • If any pointer arguments are null
  • If handle doesn't exist