Returns #t
if the given name is bound to a method.
In other words, if (has-met? rcv name)
returns #t
, then it would be possible to
invoke a method using (call-met name rcv ...)
.
Returns #t
if the given name is bound to a method.
In other words, if (has-met? rcv name)
returns #t
, then it would be possible to
invoke a method using (call-met name rcv ...)
.