From 5f5ca8cd9b323e3a89940afd5df09099f83d1473 Mon Sep 17 00:00:00 2001 From: J08nY Date: Fri, 3 Jun 2016 23:10:43 +0200 Subject: Added Array.find_last() and Array.count() --- doc/base/classes.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'doc') diff --git a/doc/base/classes.xml b/doc/base/classes.xml index a380c1911..11959f9b5 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -4340,6 +4340,15 @@ Clear the array (resize to 0). + + + + + + + Return the amount of times an element is in the array. + + @@ -4363,6 +4372,15 @@ Searches the array for a value and returns its index or -1 if not found. + + + + + + + Searches the array in reverse order for a value and returns its index or -1 if not found. + + -- cgit v1.2.3-70-g09d2