|
Ruby
2.5.0dev(2017-10-22revision60238)
|
#include <ruby.h>
Data Fields | |
| struct RBasic | basic |
| union { | |
| struct { | |
| long len | |
| union { | |
| long capa | |
| VALUE shared | |
| } 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 |
1.8.13