added Apex>>basicLastIndex, Apex>>_basicLastIndex. Apex>>basicFirstIndex, Apex>>_basicFirstIndex
This commit is contained in:
@ -4050,6 +4050,8 @@ static pf_t pftab[] =
|
||||
{ "Apex_basicAt:put:", { moo_pf_basic_at_put, 2, 2 } },
|
||||
{ "Apex_basicAt:test:put:", { moo_pf_basic_at_test_put, 3, 3 } },
|
||||
{ "Apex_basicFillFrom:with:count:", { moo_pf_basic_fill, 3, 3 } },
|
||||
{ "Apex_basicFirstIndex", { moo_pf_basic_first_index, 0, 0 } },
|
||||
{ "Apex_basicLastIndex", { moo_pf_basic_last_index, 0, 0 } },
|
||||
{ "Apex_basicNew", { moo_pf_basic_new, 0, 0 } },
|
||||
{ "Apex_basicNew:", { moo_pf_basic_new, 1, 1 } },
|
||||
{ "Apex_basicShiftFrom:to:count:", { moo_pf_basic_shift, 3, 3 } },
|
||||
|
Reference in New Issue
Block a user