added Apex>>basicLastIndex, Apex>>_basicLastIndex. Apex>>basicFirstIndex, Apex>>_basicFirstIndex

This commit is contained in:
hyunghwan.chung
2019-08-17 10:08:25 +00:00
parent a65b64a0d9
commit 68eb5d8db8
4 changed files with 66 additions and 0 deletions

View File

@ -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 } },