tstl icon indicating copy to clipboard operation
tstl copied to clipboard

Add new feature, `MutableSingleton.clear()`

Open samchon opened this issue 1 year ago • 0 comments

A new method clearing cached value into the MutableSingleton.

Therefore, when MutableSingleton.get() method being called, the value would be re-constructed.

samchon avatar Jul 13 '22 01:07 samchon