Ruby 2.7.7p221 (2022-11-24 revision 168ec2b1e5ad0e4688e963d9de019557c78feed9)
|
#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 |