Ruby 4.1.0dev (2026-09-15 revision d3e9627eab19a761f897c4a19e8f5cd42a392518)
Data Fields
RBignum Struct Reference

Data Fields

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

Detailed Description

Definition at line 92 of file bignum.h.

Field Documentation

◆ ary

BDIGIT RBignum::ary[1]

Definition at line 104 of file bignum.h.

◆ basic

struct RBasic RBignum::basic

Definition at line 93 of file bignum.h.

◆ digits

BDIGIT* RBignum::digits

Definition at line 97 of file bignum.h.

◆ len

size_t RBignum::len

Definition at line 96 of file bignum.h.


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