Ruby  2.7.2p137(2020-10-01revision5445e0435260b449decf2ac16f9d09bae3cafe72)
Data Fields
RArray Struct Reference

#include <ruby.h>

Data Fields

struct RBasic basic
 
union {
   struct {
      long   RArray::len
 
      union {
         long   RArray::capa
 
         const VALUE   RArray::shared_root
 
      }   RArray::aux
 
      const VALUE *   RArray::ptr
 
   }   RArray::heap
 
   const VALUE   RArray::ary [RARRAY_EMBED_LEN_MAX]
 
as
 

Detailed Description

Definition at line 1048 of file ruby.h.


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