Swift Type operation specification

Source: Internet
Author: User

type(of:)

Applied to an object:the polymorphic (internal) Type of the object, regardless of what a reference is typed. Static/class members is accessible by passing a object to type(of:) .

.Type

Sent to a type in a type declaration:the polymorphic type. For example, in a function parameter declaration, Dog means a Dog instance was expected (or an instance of one it Subcla sses), but Dog.Type means the Dog type itself was expected (or the type of one of its subclasses).

.self

Sent to a type:the type. For example, to pass the Dog type where Dog.Type are expected, you can pass Dog.self .

self

In instance code, this instance, polymorphically. In Static/class code, this type, polymorphically; self.init(...)instantiates the type.

Self

In a method declaration, when specifying the return type, this class or this instance ' s class, polymorphically.

Http://www.apeth.com/swiftBook/ch04.html#_type_reference

Swift Type operation specification

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.