TaggableFactoryDecorator.tags - multiple declarations

Function TaggableFactoryDecorator.tags

Set tags

TaggableFactoryDecorator tags (
  Z[] tags
) nothrow @safe;

Parameters

NameDescription
tags set all tags for this factory

Returns

typeof(this)

Function TaggableFactoryDecorator.tags

Get all tagged information from this object.

Z[] tags () nothrow @safe;

Returns

T[] a list of tags.