StaticDescriber.describe

Give same description for any passed component.

  1. Optional!(const(Description!IdentityType)) describe(IdentityType identity, ComponentType component)
  2. alias describe = Describer!(ComponentType, IdentityType).describe
    class StaticDescriber(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