toStringDecl

if a type can be cast to a TypeKindAttr.

  1. auto toStringDecl(const TypeKind t, const TypeAttr ta, string id)
  2. auto toStringDecl(const TypeKind t, const TypeAttr ta)
  3. auto toStringDecl(const T value, string id)
    toStringDecl
    (
    T
    )
    (
    const T value
    ,
    string id
    )
    if (
    is(typeof(cast(TypeKindAttr)value) == TypeKindAttr)
    )
  4. auto toStringDecl(const T value)

Meta