pub const SHORT: i16 = qnull_base::H; // -32_768i16
Null value of short (0Nh).
0Nh
use kdbplus::ipc::*; let q_short_null = K::new_short(qnull::SHORT); assert_eq!(format!("{}", q_short_null), String::from("0Nh"));