mruby  2.0.1
mruby is the lightweight implementation of the Ruby language
Public Attributes | List of all members
RArray Struct Reference
Collaboration diagram for RArray:
Collaboration graph
[legend]

Public Attributes

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

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