Ruby 3.4.7p58 (2025-10-08 revision 7a5688e2a27668e48f8d6ff4af5b2208b98a2f5e)
RBignum Struct Reference

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 100 of file bignum.h.

Field Documentation

◆ ary

BDIGIT RBignum::ary[BIGNUM_EMBED_LEN_MAX]

Definition at line 107 of file bignum.h.

◆ basic

struct RBasic RBignum::basic

Definition at line 101 of file bignum.h.

◆ digits

BDIGIT* RBignum::digits

Definition at line 105 of file bignum.h.

◆ len

size_t RBignum::len

Definition at line 104 of file bignum.h.


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