Ruby 3.1.3p185 (2022-11-24 revision 1a6b16756e0ba6b95ab71a441357ed5484e33498)
Data Fields
RBignum Struct Reference

Data Fields

struct RBasic basic
 
union {
   struct {
      size_t   len
 
      unsigned int *   digits
 
   }   heap
 
   unsigned int   ary [(8 *3/4)]
 
as
 
union {
   struct {
      size_t   len
 
      BDIGIT *   digits
 
   }   heap
 
   BDIGIT   ary [BIGNUM_EMBED_LEN_MAX]
 
as
 

Detailed Description

Definition at line 11604 of file rb_mjit_min_header-3.1.3.h.

Field Documentation

◆ ary [1/2]

unsigned int RBignum::ary[(8 *3/4)]

Definition at line 11611 of file rb_mjit_min_header-3.1.3.h.

◆ ary [2/2]

BDIGIT RBignum::ary[BIGNUM_EMBED_LEN_MAX]

Definition at line 107 of file bignum.h.

◆ basic

struct RBasic RBignum::basic

Definition at line 11605 of file rb_mjit_min_header-3.1.3.h.

◆ digits [1/2]

unsigned int* RBignum::digits

Definition at line 11609 of file rb_mjit_min_header-3.1.3.h.

◆ digits [2/2]

BDIGIT* RBignum::digits

Definition at line 105 of file bignum.h.

◆ len

size_t RBignum::len

Definition at line 11608 of file rb_mjit_min_header-3.1.3.h.


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