You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: