Skip to content

Type annotation for hash tables #65

Description

@Rot127

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions