Open Issues Need Help
View All on GitHub Type annotation for hash tables about 2 hours ago
AI Summary: This GitHub issue proposes adding type annotations to hash table declarations, specifically for `HtUP` and `HtPP`, to explicitly define the types of data (and keys) they hold. The aim is to improve type safety and readability by requiring a clear description of the arbitrary data stored within these generic hash tables.
Complexity:
4/5
enhancement good first issue