prolog::b_hash_new/4¶
b_hash_new( -NewHash, +Size, :Hash, :Cmp )*
Create a empty hash table, with size Size entries. Hash defines a partition function, and Cmp defined a comparison function.
Private-func:¶
1. prolog::b_hash_new_4::b_hash_new/4(int ARG1, int ARG2, int ARG3, int ARG4)():