Swift import of a ObjC typedef to a typealias?
|
|
1
|
363
|
June 24, 2024
|
Is it possible to assign typealias for 2D dimension array in Swift? Like `typealias MatrixT<T> = [[T]]`
|
|
8
|
1662
|
February 29, 2024
|
Is there any way to return a *type* (not an *instance*) as an opaque type?
|
|
3
|
1108
|
January 10, 2024
|
Transitive export of inner type via public typealias warning
|
|
3
|
968
|
August 3, 2023
|
Enable module names to be type aliased
|
|
21
|
6721
|
January 1, 2023
|
Mysterious failure of extensions declared on typealiases of protocols. Any good workaround?
|
|
6
|
865
|
November 8, 2022
|
Infer associated type on protocol conformance
|
|
3
|
1032
|
November 1, 2022
|
Typealiases inside protocols
|
|
2
|
796
|
October 3, 2022
|
Wishing for a type-safe way to distinguish native types
|
|
4
|
1310
|
October 1, 2022
|
`associatedtype` and `typealias-assignment`
|
|
2
|
1335
|
June 17, 2022
|
Protocol's `associatedtype` vs. Generics
|
|
0
|
1260
|
February 3, 2022
|
Stating aliased type explicitly during pattern variable binding gives me an error
|
|
1
|
591
|
October 11, 2021
|
Allow use of concrete associated type of protocols
|
|
0
|
1265
|
August 17, 2021
|
Custom literals
|
|
3
|
1105
|
May 27, 2021
|
Swift how to return function with same argument usage of default value and label
|
|
1
|
805
|
April 12, 2021
|
Allow access of nested types through syntactic sugar
|
|
5
|
1381
|
March 21, 2021
|
Type Erasure on Built-in And Array Types
|
|
3
|
1550
|
October 4, 2020
|
Using typealias from protocol in implementing type
|
|
5
|
7735
|
July 10, 2020
|
Capitalize associatedType and typeAlias
|
|
7
|
1731
|
October 10, 2019
|
Typealiases prevent casting when concrete type differs
|
|
8
|
1987
|
September 6, 2019
|
Am I hitting a compiler bug?
|
|
12
|
2942
|
June 11, 2018
|