SkillAgentSearch skills...

Computils

Zig utilities for all your comptime needs.

Install / Use

/learn @ziglibs/Computils
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

computils

Zig utilities for all your comptime needs.

Utilities

ComptimeArrayList

Example:

// Simply replace your ArrayList(T).init(allocator) with ComptimeArrayList(T).init()
// and use `comptime` on all operations

comptime {
    var list = ComptimeArrayList(u8).init();
    list.append('a');
}

License

MIT

View on GitHub
GitHub Stars13
CategoryDevelopment
Updated1mo ago
Forks0

Languages

Zig

Security Score

90/100

Audited on Feb 9, 2026

No findings