Int
CALayer
CGRect
MKMapView
NSView
UIView
XCTest
Int?
Int!
Int?!
String...
SomeClass & SomeProtocol
[String]
Array<String>
[[Int?]]
Array<Array<Int?>>
[String: Int]
Dictionary<String, Int>
Swift.Array<Int>.Element
()
(Double, Double)
(x: Double, y: Double)
(@escaping (String) -> Void, @autoclosure () -> String) -> String
(Int, String...) -> some Collection
(Int, String...) -> any SomeProtocol
() throws -> Self
Array<String.Type>
Array<Sequence.Protocol>
Dictionary<String, Any>
Dictionary<String, Array<Int>>
Array<(@autoclosure () -> String) throws -> String?>
Array<
Int
>