served.utils.memory

Undocumented in source.

Members

Functions

destroyUnset
void destroyUnset(T value)
deprecated void destroyUnset(T value)

Calls destro!false on the value or just destroy if not supported. Makes the value undefined/unset after calling so it shouldn't be used anymore.

Meta