mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-06 04:35:24 +00:00
Okay, so, OwnPtr<T>::release_nonnull() returns a NonnullOwnPtr<T>. It assumes that the OwnPtr is non-null to begin with. Note that this removes the value from the OwnPtr, as there can only be a single owner.
5.9 KiB
5.9 KiB