|
Serene Runtime 1.0.0
C runtime for the Serene programming language
|
Since all the values are immutable and persistent. More...
#include <lists.h>
Data Fields | |
| srn_header_t * | header |
| srn_pair_t * | head |
| size_t | length |
| size_t | len |
| srn_list_node_t * | head |
Since all the values are immutable and persistent.
A List is just a metadata on top of a chain of pairs
| srn_pair_t* srn_list_t::head |
| srn_list_node_t* srn_list_t::head |