Skip to main content
Manusで任意のスキルを実行
ワンクリックで

js-map-of-sets

スター0
フォーク0
更新日2026年5月2日 18:30

Use the MapOfSets data structure when you need a Map that stores multiple unique values per key (a Map<K, Set<V>>). Handles adding, removing, querying, and iterating over grouped unique values without manual Set management. Use when the user needs to group items by key without duplicates, implement a multimap, track relationships like tags-to-items or events-to-listeners, or replace a plain Map<K, T[]> where uniqueness matters.

インストール

Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。

ファイルエクスプローラー
11 ファイル
SKILL.md
readonly