The hash head points to the first bucket in the table.
ハッシュの先頭要素はテーブルの最初のバケットを指している。
ハッシュ表内で最初のバケットや連鎖の先頭を指す参照や位置を表す
A pointer or reference to the first element in a hash table, such as the first bucket or the head node of a hash chain.
hash headは、hash(ハッシュ表)とhead(先頭)の結合で、ハッシュ表の先頭要素やその参照を指す用語として生じた