pub fn Vmatrix<I>(items: I) -> MathMLwhere I: IntoIterator<Item = MathML>,
Renders a matrix with double vertical bars.
\begin{Vmatrix} a & b \\ c & d \end{Vmatrix}