Difference in behavior between `first` and `first(where: { _ in true })` used on lazy sequence
|
|
1
|
206
|
March 17, 2023
|
Writing to a static property causes its default value to be evaluated - is this deliberate? A bug? Could it be changed?
|
|
8
|
648
|
September 12, 2022
|
Lazy sequence with filter
|
|
1
|
170
|
August 2, 2022
|
Cannot reference invalid declaration 'self' with `lazy var`
|
|
2
|
837
|
May 13, 2022
|
Value of `underestimatedCount` for lazy sequences
|
|
3
|
257
|
November 19, 2021
|
Using Lazy var downsides
|
|
2
|
671
|
June 3, 2021
|
Compiler Optimization with Lazy Sequences
|
|
8
|
960
|
June 2, 2020
|
Lazy property observers
|
|
8
|
1377
|
July 30, 2019
|
Transitioning a lazy sequence to a collection
|
|
2
|
954
|
January 26, 2019
|
Is it OK if the lazy version slightly differs in one parameter?
|
|
5
|
616
|
January 15, 2019
|
A lazy version of Collection.split
|
|
8
|
1123
|
December 31, 2018
|
Using Collection.split on end caps
|
|
2
|
480
|
December 13, 2018
|
How much eagerness is allowed in a lazy implementation?
|
|
0
|
424
|
December 11, 2018
|
Lazy initialization for constants
|
|
7
|
5088
|
August 24, 2018
|