温馨提示:本站仅提供公开网络链接索引服务,不存储、不篡改任何第三方内容,所有内容版权归原作者所有
AI智能索引来源:http://www.bun.com/reference/globals/Uint8Array/findLast
点击访问原文链接

Uint8Array.findLast method | globals module | Bun

Uint8Array.findLast method | globals module | BunBuildDocsReferenceGuidesBlogDiscord/Globals/Uint8Array/findLastMfindLast

Search the reference...

/

BuildDocsReferenceGuidesBlogDiscord/Globals/Uint8Array/findLastMfindLast

method

Uint8Array.findLastfindLastS extends number>(predicate: (value: number, index: number, array: this) => value is S,thisArg?: any): undefined | S;Returns the value of the last element in the array where predicate is true, and undefined otherwise.

@param predicatefindLast calls predicate once for each element of the array, in descending order, until it finds one where predicate returns true. If such an element is found, findLast immediately returns that element value. Otherwise, findLast returns undefined.

@param thisArgIf provided, it will be used as the this value for each invocation of predicate. If it is not provided, undefined is used instead.

findLast(predicate: (value: number, index: number, array: this) => unknown,thisArg?: any): undefined | number;

Resources

ReferenceDocsGuidesDiscordMerch StoreGitHubBlog 

Toolkit

RuntimePackage managerTest runnerBundlerPackage runner

Project

Bun 1.0Bun 1.1Bun 1.2Bun 1.3RoadmapContributingLicenseBaked with ❤️ in San Francisco

We're hiring →

智能索引记录