Taggable

An object that can be tagged with some information.

Members

Functions

tag
Taggable!T tag(T tag)

Tag object with some information

tags
T[] tags()

Get all tagged information from this object.

untag
Taggable!T untag(T tag)

Remove tagged information from object.

Meta