Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

v0.3.0

Choose a tag to compare

@itedya itedya released this 30 Dec 17:14
· 16 commits to master since this release
  • 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