parrotcode: String-only array class | |
Contents | PMCs |
classes/stringarray.pmc - String-only array class
These are the vtable functions for the StringArray class.
This array holds only string pointers. Right now it just wraps PerlArray, so there's something that works.
*/
#include "parrot/parrot.h"
pmclass StringArray extends ResizablePMCArray need_ext {
}
|