Skip to main content

dl

Function dl 

Source
pub unsafe extern "C" fn dl(func: *const V, n: J) -> K
Expand description

Load C function as q function (K object).

ยงParameters

  • func: A function takes a C function that would take n K objects as arguments and returns a K object.
  • n: The number of arguments for the function.