DefineTag.TagImpl

We separate the implementation so the 'replace' function doesn't have to parse irrelevant text which slows down compilation.

template DefineTag(alias name, bool isVoidTag = false)
mixin template TagImpl () {}

Meta