inspect

Inspects a type given by template argument using the metaof property if the type defines one. Otherwise, a null is returned.

If aggressive version of Witchcraft is used, this method behaves differently and returns a generic aggressive meta type.

  1. Type inspect [@property getter]
    @property
    Type
    inspect
    (
    TList...
    )
    ()
    if (
    TList.length == 1
    )
  2. Type inspect [@property getter]

Return Value

Type: Type

The meta type of the type given by a parameter.

Meta