Handbook
Glossary
cpHashSetNew ( size eqlFunc trans -- cpHashSet* )
Vocabulary
chipmunk
.
ffi
Inputs
size
an
object
eqlFunc
an
object
trans
an
object
Outputs
cpHashSet*
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
chipmunk.ffi
LIBRARY:
chipmunk
FUNCTION:
cpHashSet*
cpHashSetNew
(
int
size,
cpHashSetEqlFunc
eqlFunc,
cpHashSetTransFunc
trans )