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

Data Fields

st_data_t arg
 
VALUE hash
 
VALUE new_key
 
VALUE old_key
 
VALUE new_value
 
VALUE old_value
 

Detailed Description

Definition at line 1647 of file hash.c.

Field Documentation

◆ arg

st_data_t update_arg::arg

Definition at line 1648 of file hash.c.

◆ hash

VALUE update_arg::hash

Definition at line 1649 of file hash.c.

Referenced by rb_check_hash_type(), and rb_to_hash_type().

◆ new_key

VALUE update_arg::new_key

Definition at line 1650 of file hash.c.

◆ new_value

VALUE update_arg::new_value

Definition at line 1652 of file hash.c.

◆ old_key

VALUE update_arg::old_key

Definition at line 1651 of file hash.c.

◆ old_value

VALUE update_arg::old_value

Definition at line 1653 of file hash.c.


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