CFC-Servers / cfc_e2_lib

CFC's E2 Lib with helpful functions, sometimes CFC-specific.
GNU General Public License v3.0
2 stars 4 forks source link

Add array/table first and last #43

Closed TechnichalDoge closed 4 years ago

TechnichalDoge commented 5 years ago

This adds in Array and table:first() and last() The array functions work for all of them, whilst the table ones work only on ordered index tables.

2