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

efficient-list-building

スター4,607
フォーク3,115
更新日2026年3月6日 16:27

Build lists efficiently using prepend operations and Enum.reverse/1 instead of append. Appending to lists is O(n) while prepending is O(1). Use [head | tail] notation and reverse at the end when order matters.

インストール

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

SKILL.md
readonly