title: MemArray summary: Array with pointer type to smallest addressable units of memory.


MemArray

Array with pointer type to smallest addressable units of memory. #include <common.h>

Public Attributes

Public Attributes Documentation

variable value

umin * value;

variable len

usize len;

variable cap

usize cap;

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