Ruby 3.2.1p31 (2023-02-08 revision 31819e82c88c6f8ecfaeb162519bfa26a14b21fd)
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 209 of file enumerator.c.

Field Documentation

◆ precheck

lazyenum_precheck_func* lazyenum_funcs::precheck

Definition at line 212 of file enumerator.c.

◆ proc

lazyenum_proc_func* lazyenum_funcs::proc

Definition at line 210 of file enumerator.c.

◆ size

lazyenum_size_func* lazyenum_funcs::size

Definition at line 211 of file enumerator.c.


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