This adds a function to the runtime that allows querying the type of a setting value. Especially if you don't know the type before hand, such as when debug printing or deserializing, this can be useful. Additionally this could be useful for lossy conversions.
This adds a function to the runtime that allows querying the type of a setting value. Especially if you don't know the type before hand, such as when debug printing or deserializing, this can be useful. Additionally this could be useful for lossy conversions.