• Search
  • Topics
  • Nodes
< back

 swift.org

3 16
A chart of hourly posts over the last week (for big screens). A chart of hourly posts over the last week (for small screens).

From github.com

✨ Add remove(where:) Method to Set and Dictionary for Seamless Element Removal ✨ by krishpranav · Pull Request #78600 · swiftlang/swift

2 2

✨ Add remove(where:) Method to Set and Dictionary in Swift ✨ Welcome to this exciting enhancement for the Swift language! 🚀 introducing the remove(where:) method for Set and Dictionary data structu...

13h ago

From swift.org

[Pitch] Add `remove(where:)` Method for `Set` and `Dictionary`

1 1

This proposal introduces a new method, remove(where:), for the Set and Dictionary data structures in Swift. The method provides a streamlined way to remove elements that satisfy a given condition, improving code readability, performance, and developer experience.

14h ago

From swift.org

[Pitch] Add `remove(where:)` Method for `Set` and `Dictionary`

1 1

@jordanekay I thought I was the only one noticing, felt like I was doing a Turing test 😅 Also this seems wrong. Iteration order is not deterministic in Set and Dictionary.

13h ago

(Showing 4 out of 4.)