Flag to make ContiguousArray the default?
|
|
7
|
359
|
January 9, 2023
|
Array index error in Swift while doing shuffle in string
|
|
1
|
223
|
December 9, 2022
|
Type constraint resolver issue with subscript function in SEMA? or some standard library magic?
|
|
0
|
257
|
December 5, 2022
|
@_semantics("array.check_subscript") is elided in my code
|
|
0
|
359
|
November 25, 2022
|
Transform nested array metatype, where nested array has arbitrary depth
|
|
5
|
185
|
November 14, 2022
|
Making nested arrays of arbitrary depth conform to protocol of its innermost Element
|
|
2
|
241
|
November 12, 2022
|
It is necessary to check the array for a repeated name
|
|
2
|
188
|
August 2, 2022
|
Converting swiftc generated LLVM IR to executable and linking against still causes segmentation fault
|
|
0
|
167
|
July 16, 2022
|
Better way to handle grabbing n elements from an array while respecting the array boundaries
|
|
3
|
246
|
July 15, 2022
|
Why does copyMemory from ContiguousArray give different output than Array?
|
|
11
|
425
|
June 12, 2022
|
dropFirst v dropLast
|
|
2
|
692
|
May 11, 2022
|
What are the dangers of making my `Array` type a `class` instead of a `struct` in our custom standard library?
|
|
8
|
687
|
May 2, 2022
|
Reordering custom arrays
|
|
4
|
230
|
April 14, 2022
|
Odd behavior related to [T?] as? [T]
|
|
17
|
865
|
February 2, 2022
|
How to get the base array from an `ArraySlice`?
|
|
7
|
793
|
January 27, 2022
|
Searching in sorted arrays
|
|
1
|
351
|
October 2, 2021
|
Creating enum from dynamic array
|
|
5
|
2157
|
September 11, 2021
|
Why `joined()` is much slower than `flatMap()`?
|
|
5
|
745
|
July 2, 2021
|
Can't access an array that's buried in a structure
|
|
2
|
267
|
June 1, 2021
|
Reclaiming reserved space from an Array (and other containers)
|
|
0
|
222
|
March 18, 2021
|
How does Swift know the address of an element in an array of Any?
|
|
2
|
978
|
March 7, 2021
|
Mapping a dictionary from an array
|
|
5
|
20436
|
January 30, 2021
|
Differences between `map` and `filter` implementations
|
|
7
|
910
|
December 15, 2020
|
Padding Arrays
|
|
19
|
2773
|
October 23, 2020
|
removeAndReleaseArray from DeadObjectElimination is very tightly coupled to Array internals
|
|
7
|
602
|
August 2, 2020
|
[Need advice] Would we need a new universal protocol if we add flexibly-sized types?
|
|
0
|
527
|
May 13, 2020
|
Unexpected (to me) Array behavior
|
|
29
|
1663
|
May 7, 2020
|
Static Arrays
|
|
1
|
1535
|
April 23, 2020
|
An aside from bit-fields, a property-wrapper example, for future consideration
|
|
0
|
524
|
April 7, 2020
|
Fixed-size, scoped-storage array manifesto, Version 3
|
|
1
|
1180
|
March 13, 2020
|