Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9348668
union.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
217 B
Subscribers
None
union.js
View Options
import
{
InternSet
}
from
"internmap"
;
export
default
function
union
(...
others
)
{
const
set
=
new
InternSet
();
for
(
const
other
of
others
)
{
for
(
const
o
of
other
)
{
set
.
add
(
o
);
}
}
return
set
;
}
File Metadata
Details
Attached
Mime Type
text/x-java
Expires
Jul 4 2025, 6:43 PM (5 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3298675
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment