- weak-pair? objprocedure
This predicate returns #t if and only if obj is a weak pair.
(weak-pair? (weak-cons 'a '())) ===> #t (weak-pair? (cons 'a '())) ===> #f (weak-pair? (vector 'a '())) ===> #f
This predicate returns #t if and only if obj is a weak pair.
(weak-pair? (weak-cons 'a '())) ===> #t (weak-pair? (cons 'a '())) ===> #f (weak-pair? (vector 'a '())) ===> #f