This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Releases: itedya/basicvector
Releases · itedya/basicvector
v0.4.0
v0.3.0
- Removed memory leaks from testing executable
- Renamed basicvector_find_index to basicvector_find (because this is what it does in reality) (this changed function is later refereed to by its new name)
- Changed order of arguments in search callback in basicvector_find
- Added new basicvector_find_index function