Ruby 3.4.8p72 (2025-12-17 revision 995b59f66677d44767ce9faac6957e5543617ff9)
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: