title: GenericArray summary: Array with pointer to void.


GenericArray

Array with pointer to void. #include <common.h>

Public Attributes

Public Attributes Documentation

variable value

u0 * value;

variable len

usize len;

variable cap

usize cap;

Updated on 23 August 2022 at 00:54:19 UTC