swift_structure
Installation
SKILL.md
Swift Structure
This skill covers Swift's core language structures and features for building robust applications.
Overview
Swift structure skills cover the fundamental building blocks of the language: collections, optionals, control flow, closures, and other essential language features.
Available References
Collections
- Array - Ordered collections, map/filter/reduce operations
- Dictionary - Key-value pairs, lookups, transformations
- Set - Unique elements, set algebra operations