Serene Runtime 1.0.0
C runtime for the Serene programming language
Loading...
Searching...
No Matches
hmap_kv_entry_t Struct Reference

#include <hashmap.h>

Collaboration diagram for hmap_kv_entry_t:
[legend]

Data Fields

hmap_hash_t hash
 
hmap_key_tk
 
void * v
 

Detailed Description

Definition at line 72 of file hashmap.h.

Field Documentation

◆ hash

hmap_hash_t hmap_kv_entry_t::hash

Definition at line 73 of file hashmap.h.

◆ k

hmap_key_t* hmap_kv_entry_t::k

Definition at line 74 of file hashmap.h.

◆ v

void* hmap_kv_entry_t::v

Definition at line 75 of file hashmap.h.


The documentation for this struct was generated from the following file: