ALWAYS_INLINE static void appendElement(OutputType& output, Element& element) { output.append(&element); }
ALWAYS_INLINE static void appendOutputForElement(OutputType& output, Element* element) { ASSERT(element); output.append(*element); }