1use super::id; 2 3/// Defines the id of a null instance. 4#[allow(non_upper_case_globals)] 5pub const nil: id = 0 as id;