- 12 May, 2023 4 commits
-
-
Michiel Verloop authored32f5f657
-
Michiel Verloop authored
• Make TCgetNthExprsOrNull public • Make TCgetNthExprs non-nullable • Create TCgetNthExprsExprOrNull
56593090 -
Michiel Verloop authored
This is a risky commit since TCgetNthExprsExpr has many calling functions, but the stdlib and tests seem to run with no issue.
42cefbb0 -
Michiel Verloop authored
All refactored functions have the exact same functionality but with better (updated) documentation and more readable code and concise code. • Refactor TCgetNthExprsNext & update docs • Made TCgetNthExprsNext static because it is not exported • Rename TCgetNthExprsNext to TCgetNthExprsOrNull • Refactor TCgetNthExprs & update docs • Refactor TCputNthExprs & update docs • Refactor TCgetNthExprsExpr & update docs
3a1dc428
-