Returns whether a value is not missing (this checks that the value is not null, false, or empty). The emptiness of values of type String, Collection, Array (and variants), Map, and Table is checked.
This notion of "missing" portraited by this function is the same one used by the Required validation.