pub const INT: i32 = qinf_base::I; // 2_147_483_647i32
Infinity value of int (0Wi).
0Wi
use kdbplus::ipc::*; let q_int_inf = K::new_int(qinf::INT); assert_eq!(format!("{}", q_int_inf), String::from("0Wi"));