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

Note: For key equality we use the memcpy function. More...

#include <hashmap.h>

Data Fields

void * data
 len 0 -> data == nullptr
 
size_t len
 

Detailed Description

Note: For key equality we use the memcpy function.

Definition at line 66 of file hashmap.h.

Field Documentation

◆ data

void* hmap_key_t::data

len 0 -> data == nullptr

Definition at line 68 of file hashmap.h.

◆ len

size_t hmap_key_t::len

Definition at line 69 of file hashmap.h.


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