IdentityDescriber.describe

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

  1. Optional!(const(Description!IdentityType)) describe(IdentityType identity, ComponentType component)
  2. alias describe = Describer!(ComponentType, IdentityType).describe
    class IdentityDescriber(ComponentType = Object, IdentityType = string)
    alias describe = Describer!(ComponentType, IdentityType).describe

Return Value

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

Meta