parrotcode: resizable size array for booleans only | |
Contents | PMCs |
classes/resizablebooleanarray.pmc - resizable size array for booleans only
This class, ResizableBooleanArray, implements an array of resizable size, which stores booleans, it uses Boolean PMCs for all of the conversions
INTVAL get_integer_keyed_int(INTVAL key)
key
.void set_integer_keyed_int(INTVAL key, INTVAL value)
key
to value
.void set_integer_native(INTVAL size)
size
elements.PMC *clone()
docs/pdds/pdd03_calling_conventions.pod.
Initial version 2004.06.11 by Matt Fowles Changed allocator to double size - MF 2004.06.15
|