Enhance GhostList with new iterator implementations and documentati…#24
Merged
Enhance GhostList with new iterator implementations and documentati…#24
GhostList with new iterator implementations and documentati…#24Conversation
…on updates - Introduced `IntoIter` for consuming iteration over keys in MRU to LRU order, improving usability. - Updated documentation to include detailed descriptions of new iterator types and their usage. - Added `evict_lru` method documentation with examples, clarifying its behavior and expected outcomes. - Enhanced operation table to reference methods directly, improving navigation and clarity for users. - Implemented `PartialEq` and `Extend` traits for `GhostList`, allowing for easier comparisons and bulk insertions. These changes aim to improve the API's usability and documentation clarity, aligning with the library's design goals.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…on updates
IntoIterfor consuming iteration over keys in MRU to LRU order, improving usability.evict_lrumethod documentation with examples, clarifying its behavior and expected outcomes.PartialEqandExtendtraits forGhostList, allowing for easier comparisons and bulk insertions.These changes aim to improve the API's usability and documentation clarity, aligning with the library's design goals.