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