Handbook
Glossary
cpHashSetBin
Vocabulary
chipmunk
.
ffi
Definition
USING:
alien.c-types
classes.struct
;
IN:
chipmunk.ffi
STRUCT:
cpHashSetBin
{
elt void*
}
{
hash
cpHashValue
initial:
0
}
{
next cpHashSetBin*
}
;
Methods
USING:
chipmunk.ffi
classes.struct
classes.struct.private
kernel
;
M:
cpHashSetBin
clone
clone-underlying
\
cpHashSetBin
memory>struct
;
inline
USING:
accessors
chipmunk.ffi
classes.struct
combinators.smart
;
M:
cpHashSetBin
struct-slot-values
{
[
elt>>
]
[
hash>>
]
[
next>>
]
}
cleave>array
;
inline