-
Notifications
You must be signed in to change notification settings - Fork 1
State should be struct
Cheng Zhang edited this page Apr 9, 2020
·
1 revision
For example, adding Comments works because struct
set deep copy of feed
from FeedList to FeedDetails.
Each feed
are different instance as struct
assigns deep copy when set self.feed = feed
(not when input feed
as param).