-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Implement Indexed builder (#2883)
* feat: create exact copy of IndexedOption * feat: remove handling of invalid values from copy of IndexedOption * doc: support also uint32 * feat: implement is_valid checking index and content lengths * feat: renamed append and extend to append_index and extend_index * test: implemented test_Indexed, should fail * test: fix unit test, check CI passes * fix: remove leftover cout * test: removed the test_Indexed_as_IndexedOption test
- Loading branch information
Showing
2 changed files
with
197 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters