NAME ^

dynclasses/tclarray.pmc - Tcl Array PMC

DESCRIPTION ^

This is the Array PMC for the Tcl implementation.

Functions ^

static STRING *make_hash_key(Interp *interpreter, PMC *key)

Returns a Parrot string for *key.

void class_init()

Initializes variables needed by the class.

PMC *get_pmc_keyed(PMC *key)

Returns the PMC value for the element at *key.

XXX - Why is Hash's implementation insufficient here??


parrot