Ruby  2.4.2p198(2017-09-14revision59899)
Data Fields
minmax_t Struct Reference

Data Fields

VALUE min
 
VALUE max
 
VALUE last
 
struct cmp_opt_data cmp_opt
 

Detailed Description

Definition at line 1721 of file enum.c.

Field Documentation

◆ cmp_opt

struct cmp_opt_data minmax_t::cmp_opt

Definition at line 1725 of file enum.c.

Referenced by enum_minmax(), minmax_i(), and minmax_i_update().

◆ last

VALUE minmax_t::last

Definition at line 1724 of file enum.c.

Referenced by enum_minmax(), minmax_i(), and minmax_ii().

◆ max

VALUE minmax_t::max

Definition at line 1723 of file enum.c.

Referenced by enum_minmax(), minmax_i_update(), and minmax_ii_update().

◆ min

VALUE minmax_t::min

Definition at line 1722 of file enum.c.

Referenced by enum_minmax(), minmax_i_update(), and minmax_ii_update().


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