Hash tables should be type annotated because they can hold arbitrary data. E.g. ```c HtUP *something; // Should require to have a type description of the data HtUP /*<RzGraphNode>*/ *something; ``` Same for `HtPP` but also for the keys.
Hash tables should be type annotated because they can hold arbitrary data.
E.g.
Same for
HtPPbut also for the keys.