README.md
Variant
The Variant is a General Purpose variable which can hold a value of (almost) any type.
Building
Clone the repository
git clone http://gitlab.osdev.nl/open_source/datatypes.git
Change to the git-repository and run the submodules script.
cd datatypesscripts/setup_submodules -i
Create the build directory and build the library and tests
mkdir buildcd buildcmake ../gmake
Start the test from the build directory
tests/datatypestest