TOO_FEW           461 pack.c         #define THISFROM (items > 0 ? RARRAY_PTR(ary)[idx] : TOO_FEW)
TOO_FEW           462 pack.c         #define NEXTFROM (items-- > 0 ? RARRAY_PTR(ary)[idx++] : TOO_FEW)