Ruby 3.5.0dev (2025-06-28 revision 0828dff3f8bb345e8d79d5cdbbe0a207f8e2a7b7)
Data Fields
ar_table_struct Struct Reference

Data Fields

union { 
 
   ar_hint_t   ary [RHASH_AR_TABLE_MAX_SIZE] 
 
   VALUE   word 
 
ar_hint 
 
ar_table_pair pairs [RHASH_AR_TABLE_MAX_SIZE]
 

Detailed Description

Definition at line 44 of file hash.h.

Field Documentation

◆ ary

ar_hint_t ar_table_struct::ary[RHASH_AR_TABLE_MAX_SIZE]

Definition at line 46 of file hash.h.

◆ pairs

ar_table_pair ar_table_struct::pairs[RHASH_AR_TABLE_MAX_SIZE]

Definition at line 50 of file hash.h.

◆ word

VALUE ar_table_struct::word

Definition at line 47 of file hash.h.


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