File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1729,19 +1729,19 @@ call this the lattice of "Ownership Kinds" and each individual value an
1729
1729
1730
1730
We can graphically represent the lattice via a diagram like the following::
1731
1731
1732
- +----+
1733
- +-------- |None| -- ---------+
1734
- | +----+ |
1732
+ +------ +
1733
+ +-------- | None | ---------+
1734
+ | +------+ |
1735
1735
| | |
1736
1736
v v v ^
1737
1737
+-------+ +-----+------+ +---------+ |
1738
1738
| Owned | | Guaranteed | | Unowned | +--- Value Ownership Kinds and
1739
1739
+-------+ +-----+------+ +---------+ Ownership Constraints
1740
1740
| | |
1741
1741
| v | +--- Only Ownership Constraints
1742
- | +---+ | |
1743
- +--------->| Any|<- ----------+ v
1744
- + ---+
1742
+ | +-----+ | |
1743
+ +-------->| Any |< ----------+ v
1744
+ +-- ---+
1745
1745
1746
1746
One moves down the lattice by performing a "meet" operation::
1747
1747
You can’t perform that action at this time.
0 commit comments