Replies: 1 comment
-
Both them are container that give objects interior mutability, which means they are mutable with share reference. Cell provides some api to get or set wrapped value. We can't get a reference from Cell, because we can only get copy value from Cell that guarantee no share reference into wrapped value. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
如题
Beta Was this translation helpful? Give feedback.
All reactions