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

A persistent, immutable, indexed sequence. More...

#include <seqs.h>

Collaboration diagram for srn_seq_t:
[legend]

Data Fields

seq_t inner
 

Detailed Description

A persistent, immutable, indexed sequence.

Backed by the bit-partitioned trie implementation in serene/rt/impl/seq.h.

Definition at line 27 of file seqs.h.

Field Documentation

◆ inner

seq_t srn_seq_t::inner

Definition at line 28 of file seqs.h.


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