Cedro
Data Fields
TokenType_array_mut_slice Struct Reference

Data Fields

mut_TokenType_mut_p start_p
 
mut_TokenType_mut_p end_p
 

Detailed Description

A slice of an array where the elements are mutable. Example:

TokenType_mut_array a;
TokenType_mut_array_slice s;
assert(&s->start_p == &a->start + 3);
assert(&s->end_p == &a->start + 10);
static void init_TokenType_array_slice(mut_TokenType_array_slice_p _, TokenType_array_p array_p, size_t start, size_t end)
Definition: cedro.c:374
static void init_TokenType_array(mut_TokenType_array_p _, size_t initial_capacity)
Definition: cedro.c:374


Field Documentation

◆ end_p

mut_TokenType_mut_p TokenType_array_mut_slice::end_p

End addres.

◆ start_p

mut_TokenType_mut_p TokenType_array_mut_slice::start_p

Start address.


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