diff --git a/content/_index.md b/content/_index.md index 6bc6db1..f52dca8 100644 --- a/content/_index.md +++ b/content/_index.md @@ -5173,6 +5173,40 @@ If the type does not contain a `Cell` for `T`, these are often combined with one + + + + + + + + Cow<'a, T> + + Tag + + T + + + or + + Tag + + ptr2/4/8 + + +
+ + + | + + T + + +
+ Holds read-only reference to
some T, or owns it entirely.
+
+ + ---