Useful collection of free functions
- src: Place your C++ source and header files here.
- build: Output directory for build artifacts.
For building and running the tests use CMake and Ninja:
cmake -S . -B build -G Ninja && cmake --build build && ./build/cpp_utils_test