Arc<String>
is roughly equivalent toArc<Vec<char>>
.
Nitpick: it’s Vec<u8>
, not Vec<char>
.
Arc<String>
is roughly equivalent toArc<Vec<char>>
.
Nitpick: it’s Vec<u8>
, not Vec<char>
.
STJ is a part of the standard library since forever though, who cares if it stays on NuGet
I do. It takes less time and is less error-prone to commit code, especially when you need partial staging, via a decent GUI.