https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/findLast
TypedArray.prototype.findLast() - JavaScript | MDN
The findLast() method of TypedArray instances iterates the typed array in reverse order and returns the value of the first element that satisfies the provided...
prototypejavascriptmdn
https://learn.microsoft.com/ko-kr/dotnet/api/system.collections.generic.list-1.findlast?view=netframework-4.8.1&viewFallbackFrom=net-10.0
ListT.FindLast(PredicateT) Method (System.Collections.Generic) | Microsoft Learn
methodsystemcollectionsgenericmicrosoft
https://github.com/tc39/proposal-array-find-from-last
GitHub - tc39/proposal-array-find-from-last: Proposal for Array.prototype.findLast and...
Proposal for Array.prototype.findLast and Array.prototype.findLastIndex. - tc39/proposal-array-find-from-last
githubproposalarrayfind