|
Global Implementation of `some`
|
|
7
|
905
|
April 30, 2024
|
|
Introducing SwiftSecurity: Type-safe Swift APIs for Apple Security framework
|
|
0
|
1842
|
April 30, 2024
|
|
Reading a computed property in a method consumes self but only in some cases?
|
|
5
|
843
|
April 26, 2024
|
|
Is it possible to spell the type of an empty parameter pack?
|
|
4
|
511
|
April 23, 2024
|
|
SwiftUI List init
|
|
2
|
386
|
April 17, 2024
|
|
Can anyone explain the error message?
|
|
2
|
444
|
April 14, 2024
|
|
Constrain type to "representible in C" for use with @convention(c) and generics?
|
|
2
|
542
|
April 4, 2024
|
|
CustomStringConvertible description using a formatted generic type
|
|
5
|
577
|
March 30, 2024
|
|
Why can't I change the properties of a returned generic value?
|
|
1
|
387
|
March 30, 2024
|
|
Noncopyable Generics in Swift: A Code Walkthrough
|
|
47
|
7309
|
March 25, 2024
|
|
Cannot convert return expression of type 'Text' to return type 'some View'
|
|
6
|
3112
|
March 25, 2024
|
|
Restricted parameterized class member
|
|
2
|
231
|
March 23, 2024
|
|
How to refer to nested generic parent type from nested type in extension
|
|
3
|
347
|
March 23, 2024
|
|
Method with generic constraint of generic classes not called
|
|
17
|
1356
|
March 21, 2024
|
|
Use Accelerate functions with a Matrix struct that has a generic type
|
|
9
|
662
|
March 18, 2024
|
|
Generic type + noLocks = trouble
|
|
6
|
580
|
March 18, 2024
|
|
Method Dispatch for Methods in Protocol Extensions in Separate Modules
|
|
7
|
1594
|
March 13, 2024
|
|
Macro implemented as a generic type can't be found by client
|
|
0
|
507
|
March 12, 2024
|
|
Runtime assignment of a concrete implementation to an optional opaque protocol type fails during compilation
|
|
1
|
301
|
March 3, 2024
|
|
Is it possible to assign typealias for 2D dimension array in Swift? Like `typealias MatrixT<T> = [[T]]`
|
|
8
|
1732
|
February 29, 2024
|
|
No public stdout? (_Stdout is internal)
|
|
4
|
1049
|
February 26, 2024
|
|
What is the name of this technique/pattern?
|
|
9
|
1037
|
February 22, 2024
|
|
Using Mock/Protocol as @EnvironmentObject
|
|
4
|
5209
|
February 19, 2024
|
|
Please help me understand "Finding the Dynamic Type in a Generic Context"
|
|
5
|
696
|
February 16, 2024
|
|
SIMD3<Float> Conformance Issue
|
|
1
|
426
|
February 14, 2024
|
|
Questions about raw and typed pointers and generic
|
|
5
|
523
|
February 7, 2024
|
|
Segmentation fault using generics in sequence
|
|
5
|
455
|
February 6, 2024
|
|
Swift loop execution time is 20x slower when adding print statement that is executed once at the end
|
|
36
|
1898
|
February 4, 2024
|
|
Enforce any existential to have a value conforming to a certain protocol
|
|
0
|
347
|
February 3, 2024
|
|
Escaping Consuming Functions
|
|
6
|
1401
|
February 3, 2024
|