I have,
struct S {}
Along with,
func y (x: S) -> AnyObject {}
In Swift 2, is it possible to, within y(), <
A Struct cannot conform to AnyObject. It can only conform to Any
Struct
AnyObject
Any