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
Rationale: there is no "move into" or "reuse buffer" optimization possible when
converting between String, GString, StringName and NodePath. However, consuming
the source string suggests that there is such a benefit.
Implementing From only on references makes this clearer and leaves the original
string intact for further use.
0 commit comments