Skip to content

Comments

Enhance GhostList with new iterator implementations and documentati…#24

Merged
TKorr merged 1 commit intomainfrom
feat/add-iter-to-ghostlist
Feb 19, 2026
Merged

Enhance GhostList with new iterator implementations and documentati…#24
TKorr merged 1 commit intomainfrom
feat/add-iter-to-ghostlist

Conversation

@TKorr
Copy link
Contributor

@TKorr TKorr commented Feb 19, 2026

…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.

…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.
@TKorr TKorr self-assigned this Feb 19, 2026
@TKorr TKorr merged commit 118d1f2 into main Feb 19, 2026
16 checks passed
@TKorr TKorr deleted the feat/add-iter-to-ghostlist branch February 19, 2026 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant