identify

Get the type of component.

  1. TypeInfo identify(T object)
  2. TypeInfo identify(T component)
    nothrow @nogc @safe
    TypeInfo
    identify
    (
    T
    )
    ()
    if (
    !is(T : Object)
    )

Parameters

component T

the component for which to return the type.

Return Value

Type: TypeInfo

TypeInfo the type of component

Meta