htils 1
A small set of utilities for C programming.
Loading...
Searching...
No Matches
da_header Struct Reference

The header of a dynamic array. More...

#include <darray.h>

Data Fields

u64 cap
 
u64 len
 

Detailed Description

The header of a dynamic array.

Parameters
capThe capacity of the dynamic array.
lenThe length of the dynamic array.

Field Documentation

◆ cap

u64 da_header::cap

◆ len

u64 da_header::len

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