Skip to main content

CHAR

Constant CHAR 

Source
pub const CHAR: char = qnull_base::C; // ' '
Expand description

Null value of char (" ").

ยงExample

use kdbplus::ipc::*;

let q_char_null = K::new_char(qnull::CHAR);
assert_eq!(format!("{}", q_char_null), String::from("\" \""));