Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
|
#include <rarray.h>
Data Fields | |
struct RBasic | basic |
union { | |
struct { | |
long len | |
union { | |
long capa | |
const VALUE shared_root | |
} aux | |
const VALUE * ptr | |
} heap | |
const VALUE ary [RARRAY_EMBED_LEN_MAX] | |
} | as |
const VALUE RArray::ary[RARRAY_EMBED_LEN_MAX] |
union { ... } RArray::as |
union { ... } RArray::aux |
struct { ... } RArray::heap |