cpHashSet


Vocabulary
chipmunk.ffi

Definition


STRUCT: cpHashSet
{ entries int initial: 0 } { size int initial: 0 }
{ eql cpHashSetEqlFunc } { trans cpHashSetTransFunc }
{ default_value void* } { table cpHashSetBin** } ;


Methods