arcstr
arcstr copied to clipboard
`ArcStr::init_with_unchecked(0, |_| ())` panics
ArcStr::init_with_unchecked(0, |_| ()) panics, but the documentation doesn't mention this case. I'd suggest updating the documentation or avoiding the panic.