cangjie-collections

Document Cangjie collection usage for Array, ArrayList, HashMap, and HashSet.

4|1|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/JunjieChen0/NJUST --skill cangjie-collections-junjiechen0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cangjie-collections
Source: https://github.com/JunjieChen0/NJUST/tree/main/.njust-ai/skills/cangjie-collections
Command: npx skills add https://github.com/JunjieChen0/NJUST --skill cangjie-collections-junjiechen0

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cangjie collection documentation consolidates core API references and usage patterns for Array, ArrayList, HashMap, and HashSet to reduce search time and onboarding effort.

Core Features & Use Cases

  • Clear API references for the four primary Cangjie collection types.
  • Practical usage examples and common patterns for typical tasks in software development.
  • Real-world scenarios such as building data structures, implementing lightweight maps, and managing dynamic lists.

Quick Start

Document Cangjie collection usage in a new project to initialize and manipulate Array and HashMap types.

Frequently Asked Questions about cangjie-collections

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What are the core collection types available in the Cangjie standard library?

The core Cangjie collection types are Array, ArrayList, HashMap, and HashSet. They provide standard data structures for building applications, managing dynamic lists, and implementing lightweight maps.

How do I initialize and manipulate an Array in Cangjie?

To manipulate an Array in Cangjie, you use the standard library's core collection APIs. This guidance provides practical usage examples and common patterns for typical tasks like initializing and managing dynamic lists.

When should I use ArrayList instead of Array for dynamic lists in Cangjie?

You should choose ArrayList over Array in Cangjie when you need dynamic resizing capabilities for your lists. The API documentation details practical usage examples and common patterns for typical software development tasks.

Does Cangjie provide built-in HashMap and HashSet implementations?

Yes, Cangjie provides built-in HashMap and HashSet implementations within its standard library. The documentation consolidates core API references for these collection types to reduce search time and onboarding effort.

What is the best way to find API references for Cangjie collections?

The best way to find Cangjie collection API references is using consolidated documentation that covers Array, ArrayList, HashMap, and HashSet. It provides clear API references, practical examples, and quick-start guidance.

Can I use Cangjie collections to build custom data structures?

Yes, you can use Cangjie collections to build custom data structures. The documentation includes real-world scenarios for building data structures and implementing lightweight maps using the core collection types.