The hash value of the elements in Set changed not as expected
|
|
7
|
561
|
June 17, 2020
|
Add `modify…(…)` methods to `Dictionary` / `MutableCollection` / `Optional`
|
|
21
|
2688
|
May 29, 2020
|
Traversal level for CollectionDifference
|
|
0
|
265
|
May 23, 2020
|
A new way of offsetting
|
|
5
|
881
|
May 23, 2020
|
New version of diverges/mismatch proposal
|
|
0
|
407
|
May 14, 2020
|
Yet another chunked sequence/collection idea
|
|
0
|
466
|
February 29, 2020
|
Synthesized collection conformance for simple wrappers
|
|
14
|
1326
|
February 22, 2020
|
What's unconditionally calling count?
|
|
8
|
684
|
January 31, 2020
|
How much of a deal-breaker is having a Collection with too many elements?
|
|
0
|
303
|
January 14, 2020
|
Sorted Sequence Operations: Merge-Sort, Set Operations, Inclusion Testing
|
|
0
|
656
|
November 26, 2019
|
How to make variable-length enums?
|
|
0
|
483
|
November 12, 2019
|
More on supporting repeating initializers with closures
|
|
0
|
465
|
November 8, 2019
|
Can we variadic generic cases in enumerations some day?
|
|
0
|
318
|
November 2, 2019
|
Why don't we have a non-inserting element copy?
|
|
2
|
617
|
October 17, 2019
|
Using instance methods of `Type` in map, filter and friends for collections of `Type` instances
|
|
3
|
482
|
October 7, 2019
|
Add another allSatisfy function that has parameter for empty
|
|
25
|
2874
|
October 3, 2019
|
Updated always-sorted set
|
|
0
|
300
|
September 23, 2019
|
Confirming a sort or partition
|
|
1
|
593
|
September 23, 2019
|
Partial sorting?
|
|
10
|
1492
|
September 19, 2019
|
How can I fix "Type 'MyType' does not conform to protocol 'Collection'"?
|
|
9
|
7725
|
September 14, 2019
|
For Collection.distance(from: to:), why must precondition(start <= end)?
|
|
1
|
333
|
September 13, 2019
|
Tip: Doing more than two partitions for a Sequence (or Collection)
|
|
0
|
308
|
September 10, 2019
|
A new binary-search attempt
|
|
0
|
691
|
August 24, 2019
|
An always-sorted set
|
|
4
|
2117
|
August 23, 2019
|
[Pre-Pitch] Getting the index to the next valid element
|
|
8
|
1050
|
June 19, 2019
|
[Pre-pitch] removeAll(at:)
|
|
4
|
996
|
June 15, 2019
|
Introducing `ParallelSequence` and `ParallelCollection` to automatically execute `map`, `filter` and other functions on multiple threads
|
|
4
|
836
|
May 30, 2019
|
Remove duplicate elements from a collection
|
|
28
|
2895
|
May 24, 2019
|
[PITCH] SortedCollection
|
|
11
|
815
|
May 11, 2019
|
Pitch [stdlib]: Variant of split that doesn't discard split separator in result
|
|
5
|
523
|
April 30, 2019
|