From 67cdac6db82c33f30601a50e1da9d86b6c163426 Mon Sep 17 00:00:00 2001 From: Micky Date: Fri, 25 Nov 2022 14:48:48 +0100 Subject: Remove `Array.find_last()` --- doc/classes/Array.xml | 7 ------- 1 file changed, 7 deletions(-) (limited to 'doc') diff --git a/doc/classes/Array.xml b/doc/classes/Array.xml index 2ec37651f7..603974d619 100644 --- a/doc/classes/Array.xml +++ b/doc/classes/Array.xml @@ -300,13 +300,6 @@ Searches the array for a value and returns its index or [code]-1[/code] if not found. Optionally, the initial search index can be passed. - - - - - Searches the array in reverse order for a value and returns its index or [code]-1[/code] if not found. - - -- cgit v1.2.3