0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)C14 forks (14 forks)github user discovery
enhancementgood first issuestandard-library
Repository metrics
- Stars
- 74 stars (74 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Contributor guide
- Research direction
- Examine the existing implementations of list.push, table.remove, set.add, set.remove in the source code. Understand how they handle arguments and modify them to accept variable numbers of arguments, following the patterns used in other variadic built in functions.
- Tech stack
- c
- Domain
- compilers
- Issue type
- Feature
- Prerequisites
- CGit