Ruby  2.5.0dev(2017-10-22revision60238)
Data Fields
RBignum Struct Reference

#include <internal.h>

Data Fields

struct RBasic basic
 
union {
   struct {
      size_t   len
 
      BDIGIT *   digits
 
   }   heap
 
   BDIGIT   ary [BIGNUM_EMBED_LEN_MAX]
 
as
 

Detailed Description

Definition at line 587 of file internal.h.

Field Documentation

◆ ary

Definition at line 594 of file internal.h.

◆ as

union { ... } RBignum::as

◆ basic

struct RBasic RBignum::basic

Definition at line 588 of file internal.h.

◆ digits

BDIGIT* RBignum::digits

Definition at line 592 of file internal.h.

◆ heap

struct { ... } RBignum::heap

◆ len

size_t RBignum::len

Definition at line 591 of file internal.h.


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