For AI agents: the complete documentation index is available at /tc39-atlas/llms.txt, the full documentation bundle is available at /tc39-atlas/llms-full.txt, and this page is available as Markdown at /tc39-atlas/proposals/proposal-array-unique.md.
  • 简体中文
  • Array.prototype.unique() S1

    中文标题:数组原型 unique() 方法

    提案概览
    提案速览

    该提案引入了 Array.prototype.unique() 方法,用于从数组中移除重复元素,简化常见的去重操作。它提出了一个直接明了的 API,使用 SameValueZero 语义进行相等性检查。该提案目前处于早期阶段,缺乏详细的规范或实现细节。

    Warning

    上游仓库未提供 README。