Ruby  2.0.0p247(2013-06-27revision41674)
Data Fields
RBignum Struct Reference

#include <ruby.h>

Data Fields

struct RBasic basic
union {
   struct {
      long   len
      BDIGIT *   digits
   }   heap
   BDIGIT   ary [RBIGNUM_EMBED_LEN_MAX]
as

Detailed Description

Definition at line 1059 of file ruby.h.


Field Documentation

Definition at line 1066 of file ruby.h.

union { ... } RBignum::as

Definition at line 1060 of file ruby.h.

Definition at line 1064 of file ruby.h.

struct { ... } RBignum::heap

Definition at line 1063 of file ruby.h.

Referenced by limited_big_rand(), and rb_random_bytes().


The documentation for this struct was generated from the following file: