Ruby 4.1.0dev (2026-09-13 revision 81ab701fa1c0685c19d56aa6e3c688e31256fea2)
Data Fields
lazyenum_funcs Struct Reference

Data Fields

lazyenum_proc_func * proc
 
lazyenum_size_func * size
 
lazyenum_precheck_func * precheck
 

Detailed Description

Definition at line 245 of file enumerator.c.

Field Documentation

◆ precheck

lazyenum_precheck_func* lazyenum_funcs::precheck

Definition at line 248 of file enumerator.c.

◆ proc

lazyenum_proc_func* lazyenum_funcs::proc

Definition at line 246 of file enumerator.c.

◆ size

lazyenum_size_func* lazyenum_funcs::size

Definition at line 247 of file enumerator.c.


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