mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-11 09:26:28 +02:00
There's very little reason to take NonnullRefPtr&& in arguments really. You can avoid ref-count churn in the cases where ownership is transferred from the caller to the callee, but that's a pretty unusual situation and not worth optimizing for at this stage.
2.5 KiB
2.5 KiB