Any.empty constructor

Any.empty()

Creates an empty container holding exactly no memory state natively.

Implementation

Any.empty() : _value = null, _hasValue = false;