Reduct  v4.0.5-1-g4851deb
A functional and immutable language.
Loading...
Searching...
No Matches
reduct_list_entry_t Struct Reference

A key-value pair for creating association lists. More...

#include <list.h>

Collaboration diagram for reduct_list_entry_t:

Data Fields

const char * key
 
reduct_handle_t value
 

Detailed Description

A key-value pair for creating association lists.

Definition at line 69 of file list.h.

Field Documentation

◆ key

const char* reduct_list_entry_t::key

Definition at line 71 of file list.h.

◆ value

reduct_handle_t reduct_list_entry_t::value

Definition at line 72 of file list.h.


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