nt-list
nt-list copied to clipboard
Add Cursor API?
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?