Ruby 3.2.5p208 (2024-07-26 revision 31d0f1a2e7dbfb60731d1f05b868e1d578cda493)
lazyenum_funcs Struct Reference

Data Fields

lazyenum_proc_func * proc
 
lazyenum_size_func * size
 
lazyenum_precheck_func * precheck
 

Detailed Description

Definition at line 212 of file enumerator.c.

Field Documentation

◆ precheck

lazyenum_precheck_func* lazyenum_funcs::precheck

Definition at line 215 of file enumerator.c.

◆ proc

lazyenum_proc_func* lazyenum_funcs::proc

Definition at line 213 of file enumerator.c.

◆ size

lazyenum_size_func* lazyenum_funcs::size

Definition at line 214 of file enumerator.c.


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