Open bernhardmgruber opened 1 year ago
This PR adds support for pointers to other records (with some limitations). This enables self-referrential data structures. The unit tests contain an example of a linked list and a binary search tree.
Merging #728 (d511856) into develop (38d0a31) will decrease coverage by 0.01%. The diff coverage is 98.14%.
0.01%
98.14%
This PR adds support for pointers to other records (with some limitations). This enables self-referrential data structures. The unit tests contain an example of a linked list and a binary search tree.