NAME

src/pmc/multisub.pmc - MultiSub PMC

DESCRIPTION

A container for multi-dispatched subs.

This class inherits from ResizablePMCArray and provides an Array of Sub PMCs with the same short name, but different long names.

Functions

static void check_is_valid_sub(PARROT_INTERP, PMC * sub)
TK

SEE ALSO

src/multidispatch.c,