class()
Returns self (the class object).
Declaration
class func `class`() -> AnyClassReturn Value
self. Because this is a class method, it returns the class object
Returns self (the class object).
class func `class`() -> AnyClassself. Because this is a class method, it returns the class object