-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SetUnmanaged variant - the managed one, will eventually be based on t…
…his one (#10) * Starting to stub out unmanaged root Set object * Continuing to flesh out an unmanaged variant of the Set datastructure * stubbing out tests for the SetUnmanaged variant * Updating README.md in preparation for the Unmanaged variant * adding some docs * Adding button for api * additional test for clone * adding tests for in-place * adding comprehensive unit test * Adding a sizeOf matches test * Phew, lots of code, now the managed Set type * Adding sizeOf test for Managed Set * Simplfying the entire package structure * Updating docs, simplifying the src/set.zig file
- Loading branch information
Showing
14 changed files
with
4,453 additions
and
847 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,8 @@ | |
"LICENSE", | ||
"build.zig", | ||
"build.zig.zon", | ||
"src/managed.zig", | ||
"src/set.zig", | ||
"src/unmanaged.zig", | ||
}, | ||
} |
Oops, something went wrong.