Describer.describe

Describe a component based on it's identity and itself.

  1. Optional!(const(Description!IdentityType)) describe(IdentityType identity, ComponentType component)
  2. Optional!(const(Description!IdentityType)) describe(IdentityType identity, ComponentType component)
    interface Describer(ComponentType = Object, IdentityType = string)
    final @safe const
    Optional!(const(Description!IdentityType))
    describe
    (
    const IdentityType identity
    ,
    const ComponentType component
    )

Parameters

identity IdentityType

identity of component being described

component ComponentType

component that is described

Return Value

Type: Optional!(const(Description!IdentityType))

A description or empty if it is not describable by this describer

Meta