NullDescriber

A describer that provides empty descriptions (i.e. no descriptions at all)

Members

Aliases

describe
alias describe = Describer!(ComponentType, IdentityType).describe

Give no description at all.

Functions

describe
Optional!(const(Description!IdentityType)) describe(IdentityType identity, ComponentType component)

Give no description at all.

Meta