arcstr icon indicating copy to clipboard operation
arcstr copied to clipboard

`ArcStr::init_with_unchecked(0, |_| ())` panics

Open blp opened this issue 4 months ago • 0 comments

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

blp avatar Aug 13 '25 16:08 blp