Closed philipvr closed 12 years ago
Available functions now include: clear, pop, push, reverse, shift, sort, splice, unshift, filter, and remove.
clear
pop
push
reverse
shift
sort
splice
unshift
filter
remove
@thejohnfreeman f-array should be ready for a merge.
Looks good. After the small touch-up, the next task is to extract the common boilerplate into a reusable function.
Available functions now include:
clear
,pop
,push
,reverse
,shift
,sort
,splice
,unshift
,filter
, andremove
.