Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-08 | Add index function for maps | Tucker Evans | |
2020-07-08 | Add reset key function for maps | Tucker Evans | |
Allows changing the pointer to key when they are equivalent (by cmp function), to avoid memory leaks that could happen if we assumed either pointer was to be freed or overwritten. | |||
2020-07-08 | Add insert function for maps | Tucker Evans | |
2020-07-08 | Add clear & free functions for maps | Tucker Evans | |
2020-07-08 | Add size function for maps | Tucker Evans | |
2020-07-08 | Add constructor for maps | Tucker Evans | |
2020-07-08 | Add structs/typedefs for maps | Tucker Evans | |