parrotcode: Tcl Array PMC | |
Contents | Language Implementations | TCL |
dynclasses/tclarray.pmc - Tcl Array PMC
This is the Array PMC for the Tcl implementation.
static STRING *make_hash_key(Interp *interpreter, PMC *key)
*key
.void class_init()
PMC *get_pmc_keyed(PMC *key)
*key
.
|