inspect

Inspects a value, using the getMetaType method if present. Otherwise, the value's type is inspected by the generic inspect function type.

  1. Type inspect [@property getter]
  2. Type inspect [@property getter]
    @property
    Type
    inspect
    (
    T
    )
    ()

Parameters

value T

The parameter value to be inspected.

Return Value

Type: Type

The meta type of the value given by a parameter.

See Also

inspect()

Meta