enhancementgood first issue
Repository metrics
- Stars
- (7 stars)
- PR merge metrics
- (PR metrics pending)
Description
Hash tables should be type annotated because they can hold arbitrary data.
E.g.
HtUP *something;
// Should require to have a type description of the data
HtUP /*<RzGraphNode>*/ *something;
Same for HtPP but also for the keys.