pub unsafe extern "C" fn ki(int: I) -> KExpand description
Constructor of q int object.
ยงExample
use kdbplus::api::*;
use kdbplus::api::native::*;
#[no_mangle]
pub extern "C" fn create_int(_: K) -> K{
unsafe{ki(86400000)}
}q)trvial: libc_api_examples 2: (`create_int; 1);
q)trivial[]
86400000i