This directory contains code from Point-Free Episode: Back to Basics: Hashable References
We’ve studied
Equatable
andHashable
, their laws, and saw how value types as simple bags of data easily conform via “structural” equality. What about reference types? Reference types are an amalgamation of data and behavior, and that data can be mutated in place at any time, so how can they reasonably conform to these protocols?
0299-back-to-basics-equatable-pt3
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||