Any.empty constructor
Creates an empty container holding exactly no memory state natively.
Implementation
Any.empty() : _value = null, _hasValue = false;
Creates an empty container holding exactly no memory state natively.
Any.empty() : _value = null, _hasValue = false;