Home
last modified time | relevance | path

Searched refs:rb_ary_combination (Results 1 – 3 of 3) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Darray.c5726 rb_ary_combination(VALUE ary, VALUE num) in rb_ary_combination() function
6882 rb_define_method(rb_cArray, "combination", rb_ary_combination, 1); in Init_Array()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.2.07204 * array.c (rb_ary_combination): iterate on a shared copy, and use
H A DChangeLog-1.9.324680 * array.c (rb_ary_combination, rb_ary_product): prevent from GC.
50824 * array.c (rb_ary_combination): argument check before creating
59938 * array.c (rb_ary_combination): fixed memory corruption due to too
59995 * array.c (rb_ary_permutation, rb_ary_combination): missing type
60011 * array.c (rb_ary_permutation, rb_ary_combination, rb_ary_product):
60234 * array.c (rb_ary_combination): RDoc update to clarify. a patch
60323 * array.c (rb_ary_combination): new method to give all combination