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
In 7-shared-and-networking.md, I struggle to understand this:
However, Cell only works with values that can be copied, that is, they implement Copy, like primitive types and structs containing them marked as 'derive(Copy)'.
It seems to say that Cell works with structs so long as its members are Copy, and itself is marked as Copy.
As an aside, perhaps splitting the sentence in 2 would help as well... it feels overlong.
The text was updated successfully, but these errors were encountered:
In 7-shared-and-networking.md, I struggle to understand this:
It seems to say that Cell works with structs so long as its members are Copy, and itself is marked as Copy.
As an aside, perhaps splitting the sentence in 2 would help as well... it feels overlong.
The text was updated successfully, but these errors were encountered: