tstl
tstl copied to clipboard
Add new feature, `MutableSingleton.clear()`
A new method clearing cached value into the MutableSingleton.
Therefore, when MutableSingleton.get() method being called, the value would be re-constructed.