Tags

A sorted, unique set implementation for Tags Currently based on simple list, so not very efficient

alias Tags = Set!Tag

Meta