- armor-null? objprocedure
Returns #t if obj refers to memory address 0. Equivalent to (zero? (armor-address obj)).
obj can be an instance of a type defined with define-armor-type, or a pointer, locative, blob, or #f (which is treated as a null pointer, address 0).