CARE
CARE copied to clipboard
ArrayUtils - reorganize and more tests
Two issues
- Most functions in array_utils.h are declared at the top of the file, but some are declared somewhere in the middle. Move all function declarations to the top for consistency.
- Many of the functions declared in the middle of the file don't have tests (I missed them). Add tests to TestArrayUtils.cpp