Handbook
Glossary
cpArrayDeleteIndex ( arr idx -- )
Vocabulary
chipmunk
.
ffi
Inputs
arr
an
object
idx
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
chipmunk.ffi
LIBRARY:
chipmunk
FUNCTION:
void
cpArrayDeleteIndex
( cpArray* arr,
int
idx )