dropFirst v dropLast
|
|
2
|
153
|
May 11, 2022
|
What are the dangers of making my `Array` type a `class` instead of a `struct` in our custom standard library?
|
|
8
|
353
|
May 2, 2022
|
Reordering custom arrays
|
|
4
|
149
|
April 14, 2022
|
Odd behavior related to [T?] as? [T]
|
|
17
|
467
|
February 2, 2022
|
How to get the base array from an `ArraySlice`?
|
|
7
|
670
|
January 27, 2022
|
Searching in sorted arrays
|
|
1
|
231
|
October 2, 2021
|
Creating enum from dynamic array
|
|
5
|
1038
|
September 11, 2021
|
Why `joined()` is much slower than `flatMap()`?
|
|
5
|
523
|
July 2, 2021
|
Can't access an array that's buried in a structure
|
|
2
|
207
|
June 1, 2021
|
Reclaiming reserved space from an Array (and other containers)
|
|
0
|
161
|
March 18, 2021
|
How does Swift know the address of an element in an array of Any?
|
|
2
|
709
|
March 7, 2021
|
Mapping a dictionary from an array
|
|
5
|
16631
|
January 30, 2021
|
Differences between `map` and `filter` implementations
|
|
7
|
642
|
December 15, 2020
|
Padding Arrays
|
|
19
|
2209
|
October 23, 2020
|
removeAndReleaseArray from DeadObjectElimination is very tightly coupled to Array internals
|
|
7
|
519
|
August 2, 2020
|
[Need advice] Would we need a new universal protocol if we add flexibly-sized types?
|
|
0
|
461
|
May 13, 2020
|
Unexpected (to me) Array behavior
|
|
29
|
1238
|
May 7, 2020
|
Static Arrays
|
|
1
|
1314
|
April 23, 2020
|
An aside from bit-fields, a property-wrapper example, for future consideration
|
|
0
|
452
|
April 7, 2020
|
Fixed-size, scoped-storage array manifesto, Version 3
|
|
1
|
940
|
March 13, 2020
|
Query multidimensional arrays: filter on unique elements
|
|
3
|
1512
|
February 24, 2020
|
Transfer an array from 1 screen to the other
|
|
1
|
432
|
February 3, 2020
|
ContiguousArray reallocates itself after every append
|
|
31
|
1127
|
January 29, 2020
|
Checking out-of-bounds access on compile time in SIL
|
|
24
|
1376
|
July 23, 2019
|
Another fixed-sized scoped-storage array manifesto spitball session
|
|
0
|
593
|
July 3, 2019
|
Uninitialised nonnull properties of Foundation types are set to sensible defaults in Swift
|
|
8
|
1687
|
March 7, 2019
|
ArraySlice instances share memory?
|
|
2
|
351
|
January 26, 2019
|
Uniquing elements in a Sequence
|
|
4
|
1989
|
October 1, 2018
|
Creating a function with For Loop
|
|
2
|
1274
|
September 28, 2018
|
Array remove function - Memory Deallocation
|
|
10
|
3290
|
August 28, 2018
|