Searched refs:is_nil (Results 1 – 5 of 5) sorted by relevance
145 local is_nil = is_nil382 if not ( is_table(newrunner) or is_nil(newrunner) ) then
62 pub fn is_nil(&self) -> bool { in is_nil() method
553 0 if self.is_nil() => Some(Version::Nil), in get_version()858 pub const fn is_nil(&self) -> bool { in is_nil() method1105 assert!(nil.is_nil()); in test_nil()1106 assert!(!not_nil.is_nil()); in test_nil()
177 sub is_nil : method { subroutine