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
# simple copy toWhen I copy '' to ''# copy in objectWhen I copy '' in ''When I copy named by '' in ''When I copy '' to '' in ''# copy from objectWhen I copy '' from '' to ''# copy from object into another objectWhen I copy '' from '' in ''# copy changing encodingWhen I copy '' as '' in ''When I copy '' as '' to ''# more table relatedWhen I copy contents of '' in ''When I copy contents of '' named '' in ''
that seem fine to me, while I think we can deprecate the following
When I create copy of '' from ''When I create copy of '' from dictionary ''
since we have When I copy '' from '' to '' that is simpler and powerful
When I create copy of object named by '' from dictionary ''
by creating When I copy named by '' from '' to ''
When I create copy of element '' from array ''
by making When I copy '' from '' to '' to support numbers as position and array as source (not much work)
When I create copy of last element from ''
by creating When I copy last element from '' to ''
In this way all the copy statements will follow that same format
The text was updated successfully, but these errors were encountered:
Writing some documentation I found that we have
that seem fine to me, while I think we can deprecate the following
When I copy '' from '' to ''
that is simpler and powerfulWhen I copy named by '' from '' to ''
When I copy '' from '' to ''
to support numbers as position and array as source (not much work)When I copy last element from '' to ''
In this way all the
copy
statements will follow that same formatThe text was updated successfully, but these errors were encountered: