A more "old-school" version of visit. Provided both to conform style of existing code and avoid delegate bugs in dmd1.
Puts this into defined state
Puts this into undefined state
Interface to retrieve stored value. It is intentionally designed in a way that forces you to handle "undefined" state to avoid issues akin to "null pointer".
Alias to make code working with undefined state more readable
ditto