|
Ruby
2.0.0p648(2015-12-16revision53162)
|
#include <ruby.h>
Data Fields | |
| struct RBasic | basic |
| union { | |
| struct { | |
| long len | |
| BDIGIT * digits | |
| } heap | |
| BDIGIT ary [RBIGNUM_EMBED_LEN_MAX] | |
| } | as |
| BDIGIT RBignum::ary[RBIGNUM_EMBED_LEN_MAX] |
| union { ... } RBignum::as |
| struct { ... } RBignum::heap |
| long RBignum::len |
Definition at line 1063 of file ruby.h.
Referenced by limited_big_rand(), random_bytes(), and rb_random_bytes().
1.8.14