⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Backport22
All Projects
Ruby
»
Backport22
Overview
Activity
Repository
«
Previous
|
Next
»
Revision 40689
Added by
ko1 (Koichi Sasada)
almost 5 years
ago
include/ruby/ruby.h: add new utility macros to access Array's element.
RARRAY_AREF(a, i) returns i-th element of an array `a'
RARRAY_ASET(a, i, v) set i-th element of
a' to
v' This change is a part of RGENGC branch [ruby-trunk - Feature
#8339
].
Related issues
Feature #8339
: Introducing Geneartional Garbage Collection for CRuby/MRI
Loading...
a' to
v' This change is a part of RGENGC branch [ruby-trunk - Feature #8339].