pub fn nil() -> Value
Canonical nil value.
let x = nil(); assert!(x.is_nil());
assert!(nil().is_true());