Ruby 3.4.3p32 (2025-04-14 revision d0b7e5b6a04bde21ca483d20a1546b28b401c2d4)
rb_builtin_function Struct Reference

Data Fields

const void *const func_ptr
 
const int argc
 
const int index
 
const char *const name
 

Detailed Description

Definition at line 6 of file builtin.h.

Field Documentation

◆ argc

const int rb_builtin_function::argc

Definition at line 9 of file builtin.h.

◆ func_ptr

const void* const rb_builtin_function::func_ptr

Definition at line 8 of file builtin.h.

◆ index

const int rb_builtin_function::index

Definition at line 12 of file builtin.h.

◆ name

const char* const rb_builtin_function::name

Definition at line 13 of file builtin.h.


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