nt-list icon indicating copy to clipboard operation
nt-list copied to clipboard

Add Cursor API?

Open DropDemBits opened this issue 7 months ago • 0 comments

I've been writing a collection API on top of this crate, but I've realized that I can't use retain without either leaking memory or invoking undefined behaviour. Is there an interest in supporting a Cursor API on top of the original list structs?

DropDemBits avatar Jul 07 '24 02:07 DropDemBits