The pMatch parameter spec for a known signature (e.g. one resolved from the signature database):
every formal parameter name maps to itself as its own target. A ... parameter is kept as-is, so pMatch
collects the overflow/unmatched arguments into it exactly as R does; a signature without ... simply leaves
extra arguments unbound.
The pMatch parameter spec for a known signature (e.g. one resolved from the signature database): every formal parameter name maps to itself as its own target. A
...parameter is kept as-is, sopMatchcollects the overflow/unmatched arguments into it exactly as R does; a signature without...simply leaves extra arguments unbound.