New Features
- Add
take_data()
to all primitive object types.
That is the new, most direct way to obtain its data which otherwise
is immovable. - Add
detach()
anddetached()
too all object types.
That way, the detachment API is symmetric.
It's required to overcome theDrop
implementation of each of these types
which prevents moving data out of the object (easily).
Commit Statistics
- 2 commits contributed to the release.
- 2 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages