pub fn Bmatrix<I>(rows: I) -> MathMLwhere I: IntoIterator<Item = MathML>,
Renders a matrix with curly brackets.
\begin{Bmatrix} a & b \\ c & d \end{Bmatrix}