DK96-OS / MathTools

Mathematical Software Components. This library is actively maintained, and aims to stay updated. New feature proposals are welcome, but may not be included.
Apache License 2.0
2 stars 1 forks source link

Lists Search Endpoint Argument #46

Closed DK96-OS closed 2 years ago

DK96-OS commented 2 years ago

Add an end index argument to the list searching functions.

A default value is provided for the argument - no change in behavior when equals to list size (or greater - this case is handled so that no index out of bounds is thrown).

Resolves #34

Additionally, the IntList functions have no tests. These will be added in this PR.

DK96-OS commented 2 years ago

Add Test Cases:

Cover Supported Data Types