CARE icon indicating copy to clipboard operation
CARE copied to clipboard

ArrayUtils - reorganize and more tests

Open dtaller opened this issue 4 years ago • 0 comments

Two issues

  1. 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.
  2. Many of the functions declared in the middle of the file don't have tests (I missed them). Add tests to TestArrayUtils.cpp

dtaller avatar Jun 08 '20 17:06 dtaller