Skip to content

Conversation

@ia7ck
Copy link
Owner

@ia7ck ia7ck commented Nov 12, 2025

No description provided.

@ia7ck ia7ck enabled auto-merge November 12, 2025 15:03
@ia7ck ia7ck requested a review from Copilot November 12, 2025 15:03
Copilot finished reviewing on behalf of ia7ck November 12, 2025 15:04
@ia7ck ia7ck merged commit 516d824 into master Nov 12, 2025
12 checks passed
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR refactors the SortedSeq API to follow Rust best practices by changing the constructor signature and renaming collection methods.

  • Changed SortedSeq::new() to accept Vec<T> instead of impl IntoIterator<Item = T>, with FromIterator now handling iterator conversion
  • Renamed size() to len() and added is_empty() method to follow Rust collection conventions
  • Moved FromIterator implementation after the main impl block

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@ia7ck ia7ck deleted the zarts branch November 12, 2025 15:04
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.

2 participants