http://d.puremagic.com/issues/show_bug.cgi?id=2729
Summary: hash_t undocumented and unnecessary
Product: D
Version: 2.025
Platform: PC
URL: http://www.digitalmars.com/d/2.0/arrays.html#associative
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: www.digitalmars.com
AssignedTo: [email protected]
ReportedBy: [email protected]
hash_t is listed as the output of *some* toHash() functions, without specifying
what it is. The type is not defined, but the documentation expects programmers
to generate it anyway. size_t is presumably the logical choice.
Since hash_t is being created by programmers, rather than being an opaque type,
I don't see where the value in having it is.
--