-
v1.1.00c88a5b6 · ·
--- General * Disabled conversion from `unified` to `weak` ownership. `unified` ownership must be used in the same use cases as a regular C++ reference `&`. * Refactored the proxy list returned by the `gain` function. It provides access to tokens and can be dereferenced to access tokens' objects. * Added C++20 Concepts support in the implementation of tokens. --- Tokens Added tokens: * `raw` * `raw::unique[_single]<T>` * `raw::unique_optional<T>`
-