Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
Data Fields
RBignum Struct Reference

#include <bignum.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 101 of file bignum.h.

Field Documentation

◆ ary

Definition at line 108 of file bignum.h.

◆ 

union { ... } RBignum::as

◆ basic

struct RBasic RBignum::basic

Definition at line 102 of file bignum.h.

◆ digits

BDIGIT* RBignum::digits

Definition at line 106 of file bignum.h.

◆ 

struct { ... } RBignum::heap

◆ len

size_t RBignum::len

Definition at line 105 of file bignum.h.


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