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

A persistent, immutable map. More...

#include <maps.h>

Collaboration diagram for srn_map_t:
[legend]

Data Fields

hmap_t inner
 

Detailed Description

A persistent, immutable map.

Backed by the CHAMT in serene/rt/impl/hashmap.h. Keys and values are both srn_value_t*.

Definition at line 29 of file maps.h.

Field Documentation

◆ inner

hmap_t srn_map_t::inner

Definition at line 30 of file maps.h.


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