Ruby
2.7.1p83(2020-03-31revisiona0c7c23c9cec0d0ffcba012279cd652d28ad5bf3)
|
#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 |