ocean.meta.values

Modules

Reset
module ocean.meta.values.Reset

Utility that resets value state in a way that its memory can be reused again as much as possible. Resets arrays to 0 length and values to their init state.

Reset_test
module ocean.meta.values.Reset_test
Undocumented in source.
VisitValue
module ocean.meta.values.VisitValue

Generic utility allowing to recursively visit every field in an aggregate and possibly those indirectly reachable from them.

VisitValue_test
module ocean.meta.values.VisitValue_test