Tags give the ability to mark specific points in history as being important
Development release 0.4.0. Changes: - whole vectors are now dynamically allocated and a teardown function is provided
Development release 0.3.0. Changes: - renamed project to cdynarr because a cvector already exists
Development release 0.2.0. Changes: - new function to collapse a vector to make all non-null elements contiguous without reallocating memory
Development version 0.1.1. Changes: - automatically shrink vectors when an element is deleted - safely shrink vectors with no elements