metatype

Hello, you have come here looking for the meaning of the word metatype. In DICTIOUS you will not only get to know all the dictionary meanings for the word metatype, but we will also tell you about its etymology, its characteristics and you will know how to say metatype in singular and plural. Everything you need to know about the word metatype you have here. The definition of the word metatype will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofmetatype, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.

English

Etymology

From meta- +‎ type.

Noun

metatype (plural metatypes)

  1. (biology) A topotype of a species which is confirmed as belonging to that species by the author who originally described it
  2. (programming) The type of a type.
    Coordinate term: metaclass
    • 2015, Adam Freeman, Pro Design Patterns in Swift, Apress, →ISBN, page 199:
      The Type suffix specifies that this variable will be a metatype and not an object (meaning the implementation class and not an instance of it).
    • 2019, Matt Neuburg, iOS 13 Programming Fundamentals with Swift , O'Reilly Media, →ISBN, page 186:
      You can use a variable reference to a type (a metatype) to instantiate that type, but you can't just append parentheses to a variable reference: []