mruby 3.3.0
mruby is the lightweight implementation of the Ruby language
Loading...
Searching...
No Matches
Public Attributes | List of all members
RArray Struct Reference
Collaboration diagram for RArray:
Collaboration graph
[legend]

Public Attributes

 MRB_OBJECT_HEADER
 
union { 
 
   struct { 
 
      mrb_ssize   len 
 
      union { 
 
         mrb_ssize   capa 
 
         mrb_shared_array *   shared 
 
      }   aux 
 
      mrb_value *   ptr 
 
   }   heap 
 
   mrb_value   ary [((mrb_int)(sizeof(void
      *) *3/sizeof(mrb_value)))] 
 
as 
 

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