Module cow

Source
Expand description

Copy-on-Write pointers.

Thin wrappers around the standard library ref-counted pointers that clones on DerefMut if reference count is greater than 1.

Structsยง

ArcCow
RcCow