enhancementgood first issue
Repository-Metriken
- Stars
- (7 Stars)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
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.