Skip to content

Make resolve and reduce methods free functions on LogicArray concept#291

Open
ktbarrett wants to merge 1 commit into
devfrom
free-logic-array-ops
Open

Make resolve and reduce methods free functions on LogicArray concept#291
ktbarrett wants to merge 1 commit into
devfrom
free-logic-array-ops

Conversation

@ktbarrett

Copy link
Copy Markdown
Owner

This reduces repetition, not only in code, but also in documentation. This follows the index_of and rindex_of becoming free functions on all RangedSequence. This will make documentation easier and makes it even more flexible to new types like Unsigned and Signed.

This reduces repetition, not only in code, but also in documentation.
This follows the index_of and rindex_of becoming free functions on all
RangedSequence.
@codecov

codecov Bot commented Jun 21, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.88%. Comparing base (241a21d) to head (b8cead8).

Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #291      +/-   ##
==========================================
+ Coverage   91.80%   91.88%   +0.07%     
==========================================
  Files          23       23              
  Lines        1318     1318              
  Branches      330      330              
==========================================
+ Hits         1210     1211       +1     
  Misses         45       45              
+ Partials       63       62       -1     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ktbarrett ktbarrett requested a review from ZiaCheemaGit June 21, 2026 17:17
Comment thread cpp/include/coconext/types/logic_array.hpp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants