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

#include <hashmap.h>

Collaboration diagram for hmap_t:
[legend]

Data Fields

size_t len
 Number of key/value pairs in the map.
 
hmap_node_troot
 

Detailed Description

Definition at line 95 of file hashmap.h.

Field Documentation

◆ len

size_t hmap_t::len

Number of key/value pairs in the map.

Definition at line 97 of file hashmap.h.

◆ root

hmap_node_t* hmap_t::root

Definition at line 98 of file hashmap.h.


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