Ruby 3.3.0p0 (2023-12-25 revision 5124f9ac7513eb590c37717337c430cb93caa151)
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 230 of file enumerator.c.

Field Documentation

◆ precheck

lazyenum_precheck_func* lazyenum_funcs::precheck

Definition at line 233 of file enumerator.c.

◆ proc

lazyenum_proc_func* lazyenum_funcs::proc

Definition at line 231 of file enumerator.c.

◆ size

lazyenum_size_func* lazyenum_funcs::size

Definition at line 232 of file enumerator.c.


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