-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for tagged unions, vectors and arrays in pushAny and toAny (
#66) * Add support for tagged unions in pushAny and toAny * Add new test cases for tagged unions * Add support for void in pushAny and toAny * New tests * Make pushAny arrays and slices one-based * Add support for vectors and arrays in pushAny and toAny * Replace getIndex with more compatible code in toAny * Fix tests --------- Co-authored-by: Robert Burnett <[email protected]>
- Loading branch information
Showing
2 changed files
with
186 additions
and
11 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