rizinorg/rz-bindgen

Type annotation for hash tables

Open

#65 geöffnet am 28. Aug. 2024

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (11 Forks)github user discovery
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.

Contributor Guide