惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Google DeepMind News
Google DeepMind News
C
CERT Recently Published Vulnerability Notes
C
Cisco Blogs
Cloudbric
Cloudbric
The Last Watchdog
The Last Watchdog
L
LINUX DO - 热门话题
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Application and Cybersecurity Blog
Application and Cybersecurity Blog
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
Security Archives - TechRepublic
Security Archives - TechRepublic
TaoSecurity Blog
TaoSecurity Blog
V2EX - 技术
V2EX - 技术
H
Heimdal Security Blog
S
Security Affairs
L
Lohrmann on Cybersecurity
Hacker News - Newest:
Hacker News - Newest: "LLM"
Simon Willison's Weblog
Simon Willison's Weblog
WordPress大学
WordPress大学
小众软件
小众软件
Security Latest
Security Latest
AWS News Blog
AWS News Blog
Apple Machine Learning Research
Apple Machine Learning Research
GbyAI
GbyAI
Engineering at Meta
Engineering at Meta
阮一峰的网络日志
阮一峰的网络日志
罗磊的独立博客
F
Full Disclosure
S
Schneier on Security
L
LangChain Blog
MyScale Blog
MyScale Blog
Know Your Adversary
Know Your Adversary
P
Privacy International News Feed
Google Online Security Blog
Google Online Security Blog
Scott Helme
Scott Helme
Stack Overflow Blog
Stack Overflow Blog
爱范儿
爱范儿
A
Arctic Wolf
Martin Fowler
Martin Fowler
B
Blog RSS Feed
大猫的无限游戏
大猫的无限游戏
博客园 - 三生石上(FineUI控件)
The Register - Security
The Register - Security
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
博客园_首页
Latest news
Latest news
F
Fortinet All Blogs
G
GRAHAM CLULEY
T
The Exploit Database - CXSecurity.com
Hacker News: Ask HN
Hacker News: Ask HN

Recent Commits to infra:main

Explain literal syntax in terms of code points List's remove now indicates success and list gains has duplicates Add list slice Meta: update repository files Review Draft Publication: January 2026 Editorial: "for each" is paired with "of" & link asserts Define singleton types Meta: link to Korean translations Review Draft Publication: July 2025 Meta: link Simplified Chinese translation Get a map value with a default Add set extend operation · whatwg/infra@8c74b2a Editorial: remove "then" before substeps Review Draft Publication: January 2025 Define equality for sets · whatwg/infra@2c3dbce Define an algorithm to create a set from a list Define difference for sets Warn about other notions of ASCII whitespace · whatwg/infra@2e8f05a Editorial: use the 16-bit unsigned integer definition in string
Add list reverse · whatwg/infra@7f8c8ee
jakearchibal · 2026-04-10 · via Recent Commits to infra:main
Original file line numberDiff line numberDiff line change

@@ -1675,6 +1675,10 @@ a new <a>ordered set</a> |clone|, so that <a for=set>replacing</a> "<code>a</cod

16751675

"<code>foo</code>" in |clone| gives « "<code>foo</code>", "<code>b</code>", "<code>c</code>" »,

16761676

while |original|[0] is still the <a>string</a> "<code>a</code>".

16771677
1678+

<p>To <dfn export for=list,stack,queue,set>reverse</dfn> a <a>list</a> |list| is to create a new

1679+

<a>list</a> |reversed|, of the same designation, and, <a for=list>for each</a> |item| of |list|,

1680+

<a for=list>prepend</a> |item| to |reversed|.

1681+
16781682

<p>To <dfn export for=list,stack,queue,set lt="sort in ascending order|sorting in ascending order|sort|sorting">sort in ascending order</dfn>

16791683

a <a>list</a> |list|, with a less than algorithm |lessThanAlgo|, is to create a new <a>list</a>

16801684

|sorted|, containing the same <a for=list>items</a> as |list| but sorted so that according to