Method: (P-NREVERSE (EQL NIL))
Source
(
defmethod
p-nreverse ((
object
(
eql
nil
)))
nil
)
Source Context