pub fn drop_q_object(obj: K) -> KExpand description
Drop Rust object inside q. Passed as the first element of a foreign object.
§Parameters
obj: List of (function to free the object; foreign object).
§Example
See the example of load_as_q_function.