Fish Touching🐟🎣

Rust CoW

May 21, 2023

clone-on-write smart pointer
It can enclose and provide immutable access to borrowed data, and clone the data lazily when mutation or ownership is required.

contain Cow::Owned and Cow::Borrowed