hoshi-lang dev
Yet another programming language
Loading...
Searching...
No Matches
YoiObjectArray Struct Reference

#include <memory.h>

Public Attributes

unsigned long long gc_refcount
 
unsigned long long type_id
 
unsigned long long length
 
void * data
 

Detailed Description

Definition at line 18 of file memory.h.

Member Data Documentation

◆ data

void* data

Definition at line 22 of file memory.h.

Referenced by runtime_get_string_array_data_pointer().

◆ gc_refcount

unsigned long long gc_refcount

Definition at line 19 of file memory.h.

Referenced by runtime_get_argv(), and runtime_get_string_array_data_pointer().

◆ length

unsigned long long length

Definition at line 21 of file memory.h.

◆ type_id

unsigned long long type_id

Definition at line 20 of file memory.h.


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