Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion const-faq.dd
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ $(ITEM invariant, What is $(I immutable) good for?)
$(LI Data races, tearing, sequential consistency, and
cache consistency are all non-issues when working with
immutable data.)
$(LI Pure functions can only accept immutable parameters.)
$(LI When doing a $(I deep copy) of a data structure,
the immutable portions need not be copied.)
$(LI Invariance allows a large chunk of data to be treated
Expand Down