You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prior to this change, cloning an Option value would branch on whether the
Option was Some, even if it would be cheaper to just memcpy the bits.
Default the current implementation, and then specialize it for Copy types,
to avoid the branch.
0 commit comments