Reduct  v1.0.4-3-gdaf0d70
A functional and immutable language.
Loading...
Searching...
No Matches
reduct_list_iter_t Struct Reference

List iterator structure. More...

#include <list.h>

Collaboration diagram for reduct_list_iter_t:

Data Fields

reduct_list_tlist
 
reduct_size_t index
 
reduct_list_node_tleaf
 
reduct_size_t tailOffset
 

Detailed Description

List iterator structure.

Definition at line 138 of file list.h.

Field Documentation

◆ list

reduct_list_t* reduct_list_iter_t::list

Definition at line 140 of file list.h.

◆ index

reduct_size_t reduct_list_iter_t::index

Definition at line 141 of file list.h.

◆ leaf

reduct_list_node_t* reduct_list_iter_t::leaf

Definition at line 142 of file list.h.

◆ tailOffset

reduct_size_t reduct_list_iter_t::tailOffset

Definition at line 143 of file list.h.


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