rizinorg/rz-bindgen

Type annotation for hash tables

Open

#65 opened on Aug 28, 2024

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (11 forks)github user discovery
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.

Contributor guide