Introduction
The xreflect module allows a package to programatically access Mosel entities whose names and types were not known at compile-time. For example, this allows a developer to write a function to increment each value in a named array by 1, regardless of the type or index sets of the array.