Files
mgmt/lang/funcs
James Shubin 8fa5241a13 lang: funcs: Add struct lookup with an optional field
This adds an interesting version of the struct lookup function. In the
situation where we can't type-check the field name, it will use the
optional value passed in. This makes it easy to write a function that
will pull in the desired value, even as the input struct changes type
between compilations, without having to re-write your code.

It's structurally different from the other default lookup functions,
which is why it is named differently.
2023-10-17 15:21:18 -04:00
..
2023-10-03 18:45:17 -04:00
2023-09-19 14:45:58 -04:00
2023-03-05 18:31:52 -05:00
2023-03-05 18:31:52 -05:00
2023-03-05 18:31:52 -05:00